style: Asset 主题颜色调整
This commit is contained in:
@@ -274,6 +274,9 @@
|
||||
outline: none;
|
||||
transition:all .2s;
|
||||
}
|
||||
.el-dropdown {
|
||||
border: 1px solid $--border-color-light;
|
||||
}
|
||||
.table-operation-item.table-operation-item--disable{
|
||||
border: 1px solid $--border-color-base;
|
||||
background-color: $--border-color-base;
|
||||
@@ -513,3 +516,7 @@
|
||||
height: 100%;
|
||||
cursor: col-resize;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
background-color: $--background-color-empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user