Forráskód Böngészése

修复万物墙小分辨率bug

shaogen1995 2 éve
szülő
commit
f7bfc3c76d

+ 3 - 2
管理后台/src/pages/A2Wall/WallTable/index.module.scss

@@ -1,4 +1,5 @@
 .WallTable {
+  width: 100%;
   border-radius: 10px;
   background-color: #fff;
   padding: 20px 15px 0;
@@ -6,7 +7,7 @@
 
   :global {
     .titleTxt {
-      width: 1400px;
+      width: 1300px;
       position: relative;
 
       .tableBtn {
@@ -26,7 +27,7 @@
 
     .table {
       margin-top: 20px;
-      width: 1400px;
+      width: 1300px;
 
       .ant-table-body {
         height: 565px;