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/scss/vendors/_elementUI.scss | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/PAMapp/assets/scss/vendors/_elementUI.scss b/PAMapp/assets/scss/vendors/_elementUI.scss index a0276e8..0fe5584 100644 --- a/PAMapp/assets/scss/vendors/_elementUI.scss +++ b/PAMapp/assets/scss/vendors/_elementUI.scss @@ -15,4 +15,5 @@ @import './elementUI/tree'; @import './elementUI/upload'; @import './elementUI/textarea'; -@import './elementUI/dateTimePicker'; \ No newline at end of file +@import './elementUI/dateTimePicker'; +@import './elementUI/select'; \ No newline at end of file -- Gitblit v1.8.0