From 8bfcf11bb7e95c1068bb9d451998e5626cfb32cf Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 28 八月 2023 09:37:32 +0800 Subject: [PATCH] 2023-08-28 --- src/views/login/index.scss | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/login/index.scss b/src/views/login/index.scss index 43fe852..b283309 100644 --- a/src/views/login/index.scss +++ b/src/views/login/index.scss @@ -120,10 +120,8 @@ padding: 0.6vw 1.6vw 1.6vw; .ant-select-auto-complete { - height: calc(2vw + 5px); - min-height: 30px; - .ant-input { - height: calc(2vw + 4px); + .ant-select-selection__rendered { + height: calc(2vw + 5px); } } .ant-select-auto-complete.ant-select .ant-input:focus, .ant-select-auto-complete.ant-select .ant-input:hover { -- Gitblit v1.8.0