Explorar o código

修复万物墙小分辨率bug

shaogen1995 %!s(int64=2) %!d(string=hai) anos
pai
achega
f7bfc3c76d
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      管理后台/src/pages/A2Wall/WallTable/index.module.scss

+ 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;