liyongli 1 年之前
父节点
当前提交
99ce3113ba
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/view/motorVehicle/components/three.vue

+ 2 - 2
src/view/motorVehicle/components/three.vue

@@ -115,7 +115,7 @@ defineExpose({
 <style scoped>
 .page_item {
   width: 100%;
-  height: 100%;
+  height: 100vh;
   position: fixed;
   background-image: url(../../../assets/img/banner3.jpg);
   background-size: 100% 100%;
@@ -125,7 +125,7 @@ defineExpose({
 .saveData {
   left: 50%;
   transform: translateX(-50%);
-  bottom: 63px;
+  bottom: 33px;
   position: absolute;
 }