mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-09 10:56:50 +08:00
23 lines
314 B
SCSS
23 lines
314 B
SCSS
.underBorder {
|
|
border: unset;
|
|
.el-input__inner {
|
|
border: unset;
|
|
}
|
|
|
|
.el-input-group__prepend {
|
|
background: #fff;
|
|
border: unset;
|
|
padding: 0 0 0 10px;
|
|
}
|
|
}
|
|
|
|
.el-input--medium {
|
|
.el-input__inner {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
.el-input__icon {
|
|
line-height: 30px;
|
|
}
|
|
}
|