shaogen1995 2 vuotta sitten
vanhempi
commit
54d7dcb6b6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 ? "(空)" : "请输入模型链接"}
               />