|
@@ -52,7 +52,7 @@ function WallAdd({ id, closeMoalFu, tableType }: Props) {
|
|
FormBoxRef.current?.setFieldsValue({
|
|
FormBoxRef.current?.setFieldsValue({
|
|
name: res.data.entity.name,
|
|
name: res.data.entity.name,
|
|
display: res.data.entity.display,
|
|
display: res.data.entity.display,
|
|
- description:res.data.entity.description
|
|
|
|
|
|
+ description: res.data.entity.description,
|
|
});
|
|
});
|
|
setTopType(res.data.entity.type);
|
|
setTopType(res.data.entity.type);
|
|
|
|
|
|
@@ -398,7 +398,7 @@ function WallAdd({ id, closeMoalFu, tableType }: Props) {
|
|
<div className="fileBoxRow_r">
|
|
<div className="fileBoxRow_r">
|
|
<div className="upImgBox">
|
|
<div className="upImgBox">
|
|
<div
|
|
<div
|
|
- hidden={imgList.length >= 9}
|
|
|
|
|
|
+ hidden={imgList.length >= 30}
|
|
className="fileBoxRow_up"
|
|
className="fileBoxRow_up"
|
|
onClick={() => myInput.current?.click()}
|
|
onClick={() => myInput.current?.click()}
|
|
>
|
|
>
|
|
@@ -464,8 +464,7 @@ function WallAdd({ id, closeMoalFu, tableType }: Props) {
|
|
<br />
|
|
<br />
|
|
</>
|
|
</>
|
|
) : null}
|
|
) : null}
|
|
- {/* 建议尺寸:{12960 / imgNum}*1920 */}
|
|
|
|
- 支持png、jpg和jpeg的图片格式;最大支持30M。最多支持9张。
|
|
|
|
|
|
+ 支持png、jpg和jpeg的图片格式;最大支持30M。最多支持30张。
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|