浏览代码

修复万物墙小分辨率bug

shaogen1995 2 年之前
父节点
当前提交
f7bfc3c76d
共有 1 个文件被更改,包括 3 次插入2 次删除
  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;