@@ -47,6 +47,7 @@
margin: 10px auto;
max-width: 500px;
max-height: 500px;
+ text-align: center;
}
@@ -125,7 +125,7 @@ function C0Edit({ info, closeFu, editFu }: Props) {
autoSize
placeholder="请输入内容"
showCount
- maxLength={200}
+ maxLength={400}
/>
</Form.Item>