From 7a3b710a176619c056cfbc02bd6ff14fafaba6ae Mon Sep 17 00:00:00 2001 From: ForeverSmiYng Date: Thu, 27 Jun 2024 15:50:16 +0800 Subject: [PATCH] 'update' --- 隐藏上传附件字段的部分内容.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 隐藏上传附件字段的部分内容.css 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