fix: 手机号前缀(国家代码)暗色样式修复
All checks were successful
continuous-integration/drone/push Build is passing

补全 el-input-group__prepend 内 select 和 input 的暗色覆盖
- 背景透明 + 文字白色 + 箭头灰色
- 登录页和注册页同步修复
This commit is contained in:
yiqiu
2026-03-19 19:23:00 +08:00
parent 2c2c5967a3
commit dd44eb48f0
2 changed files with 46 additions and 0 deletions

View File

@@ -332,6 +332,29 @@
border-right: 1px solid rgba(255,255,255,0.06) !important; border-right: 1px solid rgba(255,255,255,0.06) !important;
border-radius: 8px 0 0 8px !important; border-radius: 8px 0 0 8px !important;
color: #E6E8EB !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;
} }
/* 验证码 */ /* 验证码 */

View File

@@ -235,6 +235,29 @@
border-right: 1px solid rgba(255,255,255,0.06) !important; border-right: 1px solid rgba(255,255,255,0.06) !important;
border-radius: 8px 0 0 8px !important; border-radius: 8px 0 0 8px !important;
color: #E6E8EB !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;
} }
/* 验证码 */ /* 验证码 */