mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-20 18:49:19 +00:00
feat: 修改select的css
This commit is contained in:
@@ -191,9 +191,9 @@ td .el-button.el-button--mini {
|
|||||||
|
|
||||||
|
|
||||||
.el-select-dropdown__item.selected {
|
.el-select-dropdown__item.selected {
|
||||||
color: white;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
background-color: $--color-primary;
|
color: $--color-text-primary;
|
||||||
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -446,3 +446,7 @@ a {
|
|||||||
.el-input-group__prepend div.el-select .el-input__inner:hover {
|
.el-input-group__prepend div.el-select .el-input__inner:hover {
|
||||||
color: $--color-text-primary;
|
color: $--color-text-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-table {
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user