mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-20 10:46:35 +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 {
|
||||
color: white;
|
||||
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 {
|
||||
color: $--color-text-primary;
|
||||
}
|
||||
|
||||
.el-table {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user