diff --git a/隐藏上传附件字段的部分内容.css b/隐藏上传附件字段的部分内容.css new file mode 100644 index 0000000..d2cf1fd --- /dev/null +++ b/隐藏上传附件字段的部分内容.css @@ -0,0 +1,4 @@ + /*隐藏上传附件的文件最大限制*/ +.wea-upload-container>span:nth-of-type(2) { + display: none !important; + } \ No newline at end of file