fix: 修复表格 fixed 列被选中后由于颜色透明而导致叠字的bug
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
--menu-active-text: var(--el-menu-active-color);
|
||||
--menu-hover: #263445;
|
||||
--sidebar-logo-background: #2d3748;
|
||||
|
||||
// 修复表格 fixed 列被选中后由于透明色导致叠字的 bug
|
||||
.el-table {
|
||||
--el-table-current-row-bg-color: rgb(235 243 250);
|
||||
}
|
||||
}
|
||||
|
||||
/** 暗黑主题 */
|
||||
|
||||
Reference in New Issue
Block a user