样式修改

This commit is contained in:
jingna 2026-06-12 15:16:56 +08:00
parent 894a85c870
commit 7275a66698

View File

@ -209,24 +209,31 @@ const handleClose = () => {
</style> </style>
<style lang="scss"> <style lang="scss">
// 使 scoped 穿 // 使穿
.password-dialog-content .el-select__wrapper, .el-dialog .password-dialog-content .el-select__wrapper,
.password-dialog-content .el-input__wrapper { .el-dialog .password-dialog-content .el-input__wrapper,
.el-dialog__body .password-dialog-content .el-select__wrapper,
.el-dialog__body .password-dialog-content .el-input__wrapper {
border: 1px solid #dcdfe6 !important; border: 1px solid #dcdfe6 !important;
box-shadow: none !important; box-shadow: none !important;
background: #ffffff !important; background: #ffffff !important;
text-align: left !important; text-align: left !important;
} }
.password-dialog-content .el-select__wrapper.is-hover, .el-dialog .password-dialog-content .el-select__wrapper.is-hover,
.password-dialog-content .el-input__wrapper.is-hover, .el-dialog .password-dialog-content .el-input__wrapper.is-hover,
.password-dialog-content .el-select__wrapper.is-focused, .el-dialog .password-dialog-content .el-select__wrapper.is-focused,
.password-dialog-content .el-input__wrapper.is-focused { .el-dialog .password-dialog-content .el-input__wrapper.is-focused,
.el-dialog__body .password-dialog-content .el-select__wrapper.is-hover,
.el-dialog__body .password-dialog-content .el-input__wrapper.is-hover,
.el-dialog__body .password-dialog-content .el-select__wrapper.is-focused,
.el-dialog__body .password-dialog-content .el-input__wrapper.is-focused {
box-shadow: 0 0 0 2px rgba(0, 153, 255, 0.1) !important; box-shadow: 0 0 0 2px rgba(0, 153, 255, 0.1) !important;
border-color: #c0c4cc !important; border-color: #c0c4cc !important;
} }
.password-dialog-content .el-input__inner { .el-dialog .password-dialog-content .el-input__inner,
.el-dialog__body .password-dialog-content .el-input__inner {
text-align: left !important; text-align: left !important;
} }
</style> </style>