mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
fix 修复 表单输入框边框丢失问题
This commit is contained in:
parent
da5f369bb4
commit
448f5f303e
@ -218,7 +218,7 @@ aside {
|
||||
.el-input__wrapper,
|
||||
.el-textarea__inner,
|
||||
.el-select__wrapper {
|
||||
box-shadow: 0 0 0 1px transparent inset;
|
||||
box-shadow: 0 0 0 1px var(--el-border-color) inset;
|
||||
}
|
||||
|
||||
.components-container {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user