From bf97988edfb77f5436d4ef20575e9f34477f36a7 Mon Sep 17 00:00:00 2001
From: long <515897141@qq.com>
Date: 星期三, 08 十二月 2021 11:17:41 +0800
Subject: [PATCH] 多图上传组件添加可多选图片

---
 src/styles/element-ui.scss |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index ee9ef25..4b9a98a 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -110,6 +110,11 @@
   }
 }
 
+// 鍘绘帀涓婁紶缁勪欢鐨勮繃搴﹀姩鐢�
+.el-upload-list__item {
+  transition: none !important;
+}
+
 // 璇勪环缁勪欢
 .mini-star .el-rate__icon{
   margin-right: 0;

--
Gitblit v1.8.0