在style.css里统一定义el-select的样式

This commit is contained in:
haiyangcui
2020-11-02 12:11:45 +01:00
parent 99592e3fcb
commit e117564ecb
2 changed files with 5 additions and 2 deletions

View File

@@ -241,6 +241,9 @@
.el-select-dropdown__item{
font-size: 1rem;
}
.el-select{
margin-left: 20px;
}
}
.listpage-body{
height: calc(100% - 60px);