From b7695d11d481ef8393a57c476c6c515a36fae1a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=B4=81?= <209192278@qq.com> Date: Thu, 25 Jan 2024 23:23:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81:=20=E6=B5=8B=E8=AF=95select?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/index.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/user/index.vue b/src/views/user/index.vue index 6dfed21..3c1af92 100644 --- a/src/views/user/index.vue +++ b/src/views/user/index.vue @@ -351,6 +351,10 @@ const handleSelect = async (selection, row) => { font-size: 35px; width: 476px; } + .el-select__placeholder.is-transparent { + height: 54px; + line-height: 54px; + } .el-select__selected-item { //height: 54px; //line-height: 54px; @@ -358,8 +362,10 @@ const handleSelect = async (selection, row) => { max-width: none!important; height: 55px; font-size: 43px; - .el-icon { - font-size: 51px; + .el-icon { + font-size: 51px; + width: auto; + height: auto; } } }