shaogen1995 2 vuotta sitten
vanhempi
commit
7ade6951fe
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      管理后台/src/pages/A2Wall/WallAdd/index.tsx

+ 3 - 3
管理后台/src/pages/A2Wall/WallAdd/index.tsx

@@ -301,7 +301,7 @@ function WallAdd({ id, closeMoalFu, tableType }: Props) {
                 rows={4}
                 placeholder="请输入内容"
                 showCount
-                maxLength={500}
+                maxLength={1000}
               />
             </Form.Item>
           ) : null}
@@ -398,7 +398,7 @@ function WallAdd({ id, closeMoalFu, tableType }: Props) {
                   <div className="fileBoxRow_r">
                     <div className="upImgBox">
                       <div
-                        hidden={imgList.length >= 30}
+                        hidden={imgList.length >= 50}
                         className="fileBoxRow_up"
                         onClick={() => myInput.current?.click()}
                       >
@@ -464,7 +464,7 @@ function WallAdd({ id, closeMoalFu, tableType }: Props) {
                           <br />
                         </>
                       ) : null}
-                      支持png、jpg和jpeg的图片格式;最大支持30M。最多支持30张。
+                      支持png、jpg和jpeg的图片格式;最大支持30M。最多支持50张。
                     </div>
                   </div>
                 </div>