style: Asset 主题颜色调整

This commit is contained in:
@changcode
2021-11-18 15:15:19 +08:00
parent 4109baa6ee
commit f3958862a2
8 changed files with 36 additions and 13 deletions

View File

@@ -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;
}