Explorar el Código

修复万物墙小分辨率bug

shaogen1995 hace 2 años
padre
commit
f7bfc3c76d
Se han modificado 1 ficheros con 3 adiciones y 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;