Commit 06da347459dd2a498b40ef0af0c26d0ba399852d

Authored by fengtao
1 parent 19159770

fix:修改图片上传提示

... ... @@ -72,7 +72,7 @@
72 72 class="ant-upload-text flex"
73 73 style="width: 280px; height: 130px; align-items: center; font-size: 0.5625rem"
74 74 >
75   - 支持.PNG、.JPG格式,建议尺寸为1920*1080px以上,大小不超过2M</div
  75 + 支持.PNG、.JPG格式,建议尺寸为1920*1080px以上,大小不超过5M</div
76 76 >
77 77 </div>
78 78 </Upload>
... ...
... ... @@ -21,7 +21,7 @@
21 21 class="ant-upload-text flex"
22 22 style="width: 180px; height: 100px; align-items: center; font-size: 0.5625rem"
23 23 >
24   - 支持.PNG、.JPG格式,建议尺寸为300*300px,大小不超过2M</div
  24 + 支持.PNG、.JPG格式,建议尺寸为300*300px,大小不超过5M</div
25 25 >
26 26 </div>
27 27 </Upload>
... ...