Browse Source

修改样式

zs 2 tháng trước cách đây
mục cha
commit
9ec1e9c6a5

+ 2 - 1
src/views/win/messParts/commessIndex.vue

@@ -85,10 +85,11 @@ const toOpen = (path: string) => {
   .infoList {
     display: flex;
     flex-wrap: wrap;
+    justify-content: space-between;
     gap: 27px;
 
     .list {
-      max-width: 23.3%;
+      max-width: 22.3%;
       border-radius: 5px;
       box-shadow: 0 0 5px #cccccc;
       background-color: #ffffff;

+ 2 - 1
src/views/win/messParts/serviceIndex.vue

@@ -95,9 +95,10 @@ const toOpen = (path: string) => {
   .infoList {
     display: flex;
     flex-wrap: wrap;
+    justify-content: space-between;
 
     .list {
-      max-width: 18.6%;
+      max-width: 17.6%;
       margin: 0 20px 60px 0;
 
       .imgs {