Jelajahi Sumber

fix-正文-工艺

shaogen1995 2 tahun lalu
induk
melakukan
7ded32d55c

+ 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>
               {/* 确定和取消按钮 */}