shaogen1995 2 年之前
父节点
当前提交
54d7dcb6b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      后台/src/pages/B2Goods/B2Edit/index.tsx

+ 1 - 1
后台/src/pages/B2Goods/B2Edit/index.tsx

@@ -169,7 +169,7 @@ function B2Edit({ editId, isLook, closeFu, editFu, addFu, myType }: Props) {
               getValueFromEvent={(e) => e.target.value.replace(/\s+/g, "")}
             >
               <Input
-                maxLength={20}
+                maxLength={100}
                 showCount
                 placeholder={isLook ? "(空)" : "请输入模型链接"}
               />