From d98eaa93686a3483d2e478b8237656ba04d8d768 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Thu, 15 Aug 2024 23:01:45 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=9A=84=E5=BA=8F=E5=88=97=E5=8F=B7=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device-manage/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/device-manage/index.vue b/src/views/device-manage/index.vue index 60e469a..51fa397 100644 --- a/src/views/device-manage/index.vue +++ b/src/views/device-manage/index.vue @@ -542,6 +542,9 @@ getList() font-size: 40px!important; height: auto!important; line-height: normal!important; + border-radius: 6px!important; + border: 1px solid #05FEFF!important; + background-color: transparent!important; } .el-select__placeholder { height: 54px;