提交
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
.el-select__wrapper {
|
||||
background: transparent !important;
|
||||
box-shadow: none !important;
|
||||
border: 0.1px solid #fff !important;
|
||||
border: 0.1px solid rgba(24, 177, 219, 0.3) !important;
|
||||
}
|
||||
|
||||
.el-select__placeholder {
|
||||
@ -47,7 +47,7 @@
|
||||
// transition: var(--el-transition-box-shadow);
|
||||
// transform: translate3d(0, 0, 0);
|
||||
box-shadow: none !important;
|
||||
border: 0.1px solid #fff !important;
|
||||
border: 0.1px solid rgba(24, 177, 219, 0.3) !important;
|
||||
}
|
||||
|
||||
.el-input__inner {
|
||||
|
||||
Reference in New Issue
Block a user