chenlei 1 年之前
父節點
當前提交
42bd48cabc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/pages/Exhibition/create-or-edit/index.tsx

+ 2 - 2
src/pages/Exhibition/create-or-edit/index.tsx

@@ -171,8 +171,8 @@ export default function ExhibitionCreateOrEditPage() {
                 <Form.Item label="虚拟展厅" name="link">
                   <Input
                     className="w450"
-                    placeholder="请输入场景码,最多30个字"
-                    maxLength={20}
+                    placeholder="请输入场景码,最多100个字"
+                    maxLength={100}
                     showCount
                   />
                 </Form.Item>