From aed1ff699140de60131bf9cc1332c98063c66721 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 03 七月 2020 09:14:51 +0800
Subject: [PATCH] 2020-07-03

---
 src/tabviews/zshare/fileupload/index.scss |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/tabviews/zshare/fileupload/index.scss b/src/tabviews/zshare/fileupload/index.scss
index 82c0281..00b4ba5 100644
--- a/src/tabviews/zshare/fileupload/index.scss
+++ b/src/tabviews/zshare/fileupload/index.scss
@@ -1,14 +1,10 @@
-.main-form-field {
+.fileupload-form-container {
   .ant-progress-small.ant-progress-line {
     position: absolute;
     bottom: -20px;
     left: 0px;
   }
-  .limit-fileupload {
-    > .ant-upload {
-      display: none;
-    }
-  }
+  
   .ant-upload-list-picture-card .ant-upload-list-item {
     width: 90px;
     height: 90px;
@@ -17,4 +13,9 @@
     width: 90px;
     height: 90px;
   }
+}
+.fileupload-form-container.limit-fileupload {
+  > .ant-upload {
+    display: none;
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0