From ce70be666bcd78a7e16e739040488cf7e7256cc2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 31 五月 2021 15:49:43 +0800
Subject: [PATCH] 2021-05-31

---
 src/tabviews/zshare/fileupload/index.scss |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/zshare/fileupload/index.scss b/src/tabviews/zshare/fileupload/index.scss
index 5841f7b..6b612d6 100644
--- a/src/tabviews/zshare/fileupload/index.scss
+++ b/src/tabviews/zshare/fileupload/index.scss
@@ -4,6 +4,12 @@
     bottom: -20px;
     left: 0px;
   }
+
+  .ant-upload-select-picture-card {
+    .ant-progress-small.ant-progress-line {
+      bottom: 0px;
+    }
+  }
   
   .ant-upload-list-picture-card .ant-upload-list-item {
     width: 90px;
@@ -12,6 +18,12 @@
   .ant-upload.ant-upload-select-picture-card {
     width: 90px;
     height: 90px;
+  }
+  a[href^="data"] {
+    pointer-events: none;
+    .anticon-eye-o {
+      display: none;
+    }
   }
 }
 .fileupload-form-container.limit-fileupload {
@@ -26,4 +38,7 @@
       }
     }
   }
+  > .ant-upload-select-picture-card {
+    display: none;
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0