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