shaogen1995 2 年之前
父節點
當前提交
a21f7526f4

+ 1 - 1
管理后台/src/pages/A2Wall/WallAdd/index.tsx

@@ -350,7 +350,7 @@ function WallAdd({ id, closeMoalFu }: Props) {
                 </div>
               </div>
               <div className="fileBoxRow_r_tit">
-                支持png、jpg和jpeg的图片格式;最大支持30M。建议上传1111X1111尺寸。
+                支持png、jpg和jpeg的图片格式;最大支持30M。建议上传1:2尺寸。
                 <br />
                 <div
                   className={classNames(

+ 5 - 4
管理后台/src/pages/A2Wall/WallTable/index.module.scss

@@ -25,8 +25,9 @@
         height: 565px;
         overflow-y: auto !important;
         overflow-y: overlay !important;
-        .ant-table-row{
-          .ant-table-cell{
+
+        .ant-table-row {
+          .ant-table-cell {
             padding: 8px;
           }
         }
@@ -35,11 +36,11 @@
 
     // 表头拖拽样式
     .drop-over-downward td {
-      border-bottom: 2px dashed var(--themeColor2) !important;
+      border-bottom: 2px dashed var(--themeColor) !important;
     }
 
     .drop-over-upward td {
-      border-top: 2px dashed var(--themeColor2) !important;
+      border-top: 2px dashed var(--themeColor) !important;
     }
 
   }

+ 0 - 10
管理后台/src/pages/A2Wall/index.module.scss

@@ -14,16 +14,6 @@
         font-size: 14px;
         color: #7e8293;
       }
-
-      &::before {
-        content: '';
-        position: absolute;
-        left: 0;
-        top: 0;
-        width: 5px;
-        height: 22px;
-        background-color: var(--themeColor2);
-      }
     }
 
     .wallTopBox {