瀏覽代碼

作品材质改成文本域

shaogen1995 1 周之前
父節點
當前提交
fbcb97a1b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      后台管理/src/pages/A1works/A1add/index.tsx

+ 1 - 1
后台管理/src/pages/A1works/A1add/index.tsx

@@ -127,7 +127,7 @@ function A1add({ type, closeFu, addTableFu, upTableFu, info }: Props) {
         </Form.Item>
 
         <Form.Item label='作品材质' name='texture'>
-          <Input maxLength={30} showCount placeholder='请输入内容' />
+          <TextArea maxLength={200} showCount placeholder='请输入内容' />
         </Form.Item>
 
         {/* 封面 */}