From b9658b7c42ca15e11153f782949c33a9b2d6a07a Mon Sep 17 00:00:00 2001
From: charlie <charlie@lvguanqingdeMacBook-Pro.local>
Date: 星期五, 21 一月 2022 17:23:40 +0800
Subject: [PATCH] bugfix: 顧問結案頁面中的未結案原因select中的icon修正

---
 PAMapp/assets/icon/style.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/PAMapp/assets/icon/style.css b/PAMapp/assets/icon/style.css
index 1d5c85e..59295bd 100644
--- a/PAMapp/assets/icon/style.css
+++ b/PAMapp/assets/icon/style.css
@@ -10,7 +10,7 @@
   font-display: block;
 }
 
-[class^="icon-"], [class*=" icon-"] {
+[class^="icon-"], [class*=" icon-"], [class*="el-icon-arrow-up"] {
   /* use !important to prevent issues with browser extensions that change fonts */
   font-family: 'icomoon' !important;
   speak: never;
@@ -76,8 +76,8 @@
 .icon-circle-right:before {
   content: "\e90b";
 }
-.icon-close:before {
-  content: "\e90c";
+.icon-down:before, .el-icon-arrow-up:before {
+  content: "\e910";
 }
 .icon-comment:before {
   content: "\e90d";

--
Gitblit v1.8.0