shaogen1995 7 місяців тому
батько
коміт
9062ed040e

+ 1 - 0
后台/src/components/Z_RichText/index.module.scss

@@ -47,6 +47,7 @@
       margin: 10px auto;
       max-width: 500px;
       max-height: 500px;
+      text-align: center;
     }
 
   }

+ 1 - 1
后台/src/pages/C0Tripartite/C0Edit/index.tsx

@@ -125,7 +125,7 @@ function C0Edit({ info, closeFu, editFu }: Props) {
               autoSize
               placeholder="请输入内容"
               showCount
-              maxLength={200}
+              maxLength={400}
             />
           </Form.Item>