shaogen1995 пре 2 година
родитељ
комит
7ded32d55c
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      后台/src/pages/A2Country/A2Edit/index.tsx
  2. 1 1
      后台/src/pages/B1Plate/index.tsx

+ 1 - 1
后台/src/pages/A2Country/A2Edit/index.tsx

@@ -198,7 +198,7 @@ function A2Edit({ editId, isLook, closeFu, editFu, addFu, myType }: Props) {
                 autoSize
                 placeholder="请输入内容"
                 showCount
-                maxLength={500}
+                maxLength={3000}
               />
             </Form.Item>
 

+ 1 - 1
后台/src/pages/B1Plate/index.tsx

@@ -190,7 +190,7 @@ function B1Plate() {
                   autoSize
                   placeholder="请输入内容"
                   showCount
-                  maxLength={500}
+                  maxLength={3000}
                 />
               </Form.Item>
               {/* 确定和取消按钮 */}