This commit is contained in:
ljx
2025-09-28 17:19:42 +08:00
parent 033c6bcbfa
commit 744b7a6d97
30 changed files with 32 additions and 35 deletions

View File

@ -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 {