From b413394a0a4bdbb2b3af67f3faf86b3b7351655a Mon Sep 17 00:00:00 2001
From: jazz <jazzxhunter@163.com>
Date: 星期三, 24 八月 2022 11:20:31 +0800
Subject: [PATCH] update_202208241120_临时发送添加短信类型

---
 src/styles/element-ui.scss |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index cd76f85..4b9a98a 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -100,7 +100,7 @@
 .el-upload-list--picture-card{
   line-height: 1!important;
 }
-.el-upload-list--picture-card .el-upload-list__item{
+.disabled .el-upload-list--picture-card .el-upload-list__item{
   margin-bottom: 0!important;
 }
 // 涓婁紶鍥剧墖棰勮
@@ -108,4 +108,22 @@
   .el-upload-list__item-thumbnail{
       object-fit: contain;
   }
-}
\ No newline at end of file
+}
+
+// 鍘绘帀涓婁紶缁勪欢鐨勮繃搴﹀姩鐢�
+.el-upload-list__item {
+  transition: none !important;
+}
+
+// 璇勪环缁勪欢
+.mini-star .el-rate__icon{
+  margin-right: 0;
+}
+.large-star .el-rate{
+  line-height: 32px;
+}
+.large-star .el-rate__icon{
+  font-size: 26px;
+  margin-right: 0;
+  line-height: 32px;
+}

--
Gitblit v1.8.0