From 3bbfc5f34bf972ebefd59e68e184a4eb320bb675 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 4 Mar 2024 00:25:59 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20select=E6=A1=86=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tunnel/index.vue | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/src/views/tunnel/index.vue b/src/views/tunnel/index.vue index b5057f1..e331eb6 100644 --- a/src/views/tunnel/index.vue +++ b/src/views/tunnel/index.vue @@ -115,14 +115,7 @@ - - - + @@ -709,13 +702,6 @@ const initWebSocket = () => { :deep(.el-dialog ) { height: 1410px; - .alarm-content { - //width: 730px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - .el-tag { font-size: 36px; height: 60px; @@ -741,6 +727,10 @@ const initWebSocket = () => { } } + :deep(.el-select-dropdown__item.is-hovering ) { + background-color: #064B66 !important; + } + :deep(.el-select__wrapper) { height: 70px; line-height: 70px; @@ -748,11 +738,13 @@ const initWebSocket = () => { border: 1px solid #08B7B8; font-size: 35px; width: 356px; -.el-select__suffix{ - .el-icon { - font-size: 55px; - } -} + + .el-select__suffix { + .el-icon { + font-size: 55px; + } + } + .el-select__placeholder { color: #FFFFFF; height: 70px;