shaogen1995 4 лет назад
Родитель
Сommit
05c4348898

+ 1 - 1
houtai/src/assets/css/base.css

@@ -4,7 +4,7 @@
   box-sizing: border-box;
 }
 body {
-  background-color: #f2f2f2;
+  background-color: transparent;
 }
 ul li {
   list-style: none;

+ 1 - 0
houtai/src/views/layout/index.vue

@@ -302,6 +302,7 @@ export default {
     }
   }
   .con {
+    background-color: #f2f2f2;
     display: flex;
     width: 100%;
     padding: 30px 30px 0;

+ 4 - 0
houtai/src/views/message/index.vue

@@ -122,6 +122,10 @@ export default {
   color: #878787 !important;
 }
 .message {
+  position: absolute;
+  top: 50%;
+  left: 50%;
+  transform: translate(-50%,-50%);
   width: 1000px;
   height: 700px;
   .conten {