4 lines
123 B
CSS
4 lines
123 B
CSS
/*隐藏上传附件的文件最大限制*/
|
|
.wea-upload-container>span:nth-of-type(2) {
|
|
display: none !important;
|
|
} |