From dd44eb48f099b5d49a728b01440f9416159e19f3 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Thu, 19 Mar 2026 19:23:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=8B=E6=9C=BA=E5=8F=B7=E5=89=8D?= =?UTF-8?q?=E7=BC=80(=E5=9B=BD=E5=AE=B6=E4=BB=A3=E7=A0=81)=E6=9A=97?= =?UTF-8?q?=E8=89=B2=E6=A0=B7=E5=BC=8F=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 补全 el-input-group__prepend 内 select 和 input 的暗色覆盖 - 背景透明 + 文字白色 + 箭头灰色 - 登录页和注册页同步修复 --- clientarea/hgcloud/css/login.css | 23 +++++++++++++++++++++++ clientarea/hgcloud/css/regist.css | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/clientarea/hgcloud/css/login.css b/clientarea/hgcloud/css/login.css index b096396..7d569ea 100644 --- a/clientarea/hgcloud/css/login.css +++ b/clientarea/hgcloud/css/login.css @@ -332,6 +332,29 @@ border-right: 1px solid rgba(255,255,255,0.06) !important; border-radius: 8px 0 0 8px !important; color: #E6E8EB !important; + padding: 0 10px !important; +} + +.input-with-select .el-input-group__prepend .el-input__inner { + background: transparent !important; + border: none !important; + color: #E6E8EB !important; + padding: 0 !important; + height: auto !important; + line-height: inherit !important; +} + +.input-with-select .el-input-group__prepend .el-select .el-input .el-input__inner { + color: #E6E8EB !important; + background: transparent !important; +} + +.input-with-select .el-input-group__prepend .el-input__suffix { + color: rgba(139, 148, 158, 0.5) !important; +} + +.input-with-select .el-input-group__prepend .el-select .el-input.is-focus .el-input__inner { + color: #FFFFFF !important; } /* 验证码 */ diff --git a/clientarea/hgcloud/css/regist.css b/clientarea/hgcloud/css/regist.css index 59fbad1..fcbde8a 100644 --- a/clientarea/hgcloud/css/regist.css +++ b/clientarea/hgcloud/css/regist.css @@ -235,6 +235,29 @@ border-right: 1px solid rgba(255,255,255,0.06) !important; border-radius: 8px 0 0 8px !important; color: #E6E8EB !important; + padding: 0 10px !important; +} + +.input-with-select .el-input-group__prepend .el-input__inner { + background: transparent !important; + border: none !important; + color: #E6E8EB !important; + padding: 0 !important; + height: auto !important; + line-height: inherit !important; +} + +.input-with-select .el-input-group__prepend .el-select .el-input .el-input__inner { + color: #E6E8EB !important; + background: transparent !important; +} + +.input-with-select .el-input-group__prepend .el-input__suffix { + color: rgba(139, 148, 158, 0.5) !important; +} + +.input-with-select .el-input-group__prepend .el-select .el-input.is-focus .el-input__inner { + color: #FFFFFF !important; } /* 验证码 */