fix: 手机号前缀(国家代码)暗色样式修复
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
补全 el-input-group__prepend 内 select 和 input 的暗色覆盖 - 背景透明 + 文字白色 + 箭头灰色 - 登录页和注册页同步修复
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/* 验证码 */
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
/* 验证码 */
|
||||
|
||||
Reference in New Issue
Block a user