Explorar el Código

feat: 布局适配问题

sunxiao hace 3 meses
padre
commit
1358cf1ac2
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/views/screen/ScreenView.vue

+ 3 - 2
src/views/screen/ScreenView.vue

@@ -155,7 +155,7 @@ onBeforeUnmount(() => {
 .screen-view {
 .screen-view {
   position: relative;
   position: relative;
   display: flex;
   display: flex;
-  justify-content: space-around;
+  justify-content: center;
   // justify-content: flex-start;
   // justify-content: flex-start;
   flex-flow: column;
   flex-flow: column;
   width: 100vw;
   width: 100vw;
@@ -207,6 +207,7 @@ onBeforeUnmount(() => {
     justify-content: center;
     justify-content: center;
     flex-shrink: 0;
     flex-shrink: 0;
     height: 6.8rem;
     height: 6.8rem;
+    margin: 4rem 0;
 
 
     .item {
     .item {
       width: 21.8rem;
       width: 21.8rem;
@@ -290,7 +291,7 @@ onBeforeUnmount(() => {
 
 
 @media screen and (max-width: 1440px) {
 @media screen and (max-width: 1440px) {
   .screen-view {
   .screen-view {
-    justify-content: flex-start;
+    justify-content: center;
     // background: url(@/assets/images/home/home_bg.png) center top no-repeat;
     // background: url(@/assets/images/home/home_bg.png) center top no-repeat;
     // background-size: contain;
     // background-size: contain;
   }
   }