From dbe77b134cdb14dbd0a643119c57ff9e3596881a Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Thu, 19 Sep 2024 16:30:38 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E6=94=B9=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E5=BA=8F=E5=88=97=E5=8F=B7=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=A1=86=E7=AE=AD=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device-manage/index.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/views/device-manage/index.vue b/src/views/device-manage/index.vue index 3e20f2a..cb7448b 100644 --- a/src/views/device-manage/index.vue +++ b/src/views/device-manage/index.vue @@ -543,6 +543,17 @@ getList() .el-input{ width: 570px!important; } + .el-select__suffix{ + .el-icon{ + width: 3em!important; + height: 3em!important; + color: #fff!important; + svg{ + width: 3em!important; + height: 3em!important; + } + } + } .el-input__suffix-inner{ .el-icon{ width: 3em!important;