From 2402f7902663a20fe1b66f4305abb5ba05d7016f Mon Sep 17 00:00:00 2001
From: 孔祥富 <kongxf@daryun.com>
Date: 星期四, 18 三月 2021 16:02:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/yunpan/uploadfj.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/yunpan/uploadfj.vue b/src/views/yunpan/uploadfj.vue
index ce505bf..71e9168 100644
--- a/src/views/yunpan/uploadfj.vue
+++ b/src/views/yunpan/uploadfj.vue
@@ -248,7 +248,6 @@
       this.$refs[formName].validate(valid => {
         if (valid) {
           var checke = ''
-          debugger
           this.checkedArr.forEach((v, i) => {
             if (v.isChecked) {
               checke = v.accessoryid
@@ -392,7 +391,6 @@
       }
     },
     showFileImg(type) {
-      debugger
       switch (type) {
         case 'xls':
           return require('../../assets/uploading/xls.png')
@@ -727,6 +725,11 @@
 	width: 100px;
 	height: 100px;
 }
+
+.el-image .el-image-viewer__mask {
+  background-color: #fff !important;
+  opacity: 1;
+}
 </style>
 <style lang="scss" scoped>
 .el-main {
@@ -755,4 +758,5 @@
   background-color: rgb(64, 158, 255);
   border-color: rgb(64, 158, 255);
 }
+
 </style>

--
Gitblit v1.8.0