liyongli há 1 ano atrás
pai
commit
99ce3113ba
1 ficheiros alterados com 2 adições e 2 exclusões
  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;
 }