改变高亮颜色,以适应不同主题

This commit is contained in:
haiyangcui
2020-11-14 15:55:55 +01:00
parent 6dfe3bea95
commit 1d8d9ae72f
2 changed files with 2 additions and 5 deletions

View File

@@ -95,9 +95,6 @@
text-indent: 10px;
}
}
.zy-highlighted{
color: var(--highlight-color);
}
// scroll
.zy-scroll{
&::-webkit-scrollbar{
@@ -235,7 +232,7 @@
transform: scale(1.02);
}
.el-table .highlight{
background-color: var(--highlight-color) !important; // 改为背景色,原来某些主题下看不清字
color: var(--highlight-color) !important;
}
.el-button{
font-size: 1rem;

View File

@@ -1,6 +1,6 @@
:root{
// general
--highlight-color: #38dd77;
--highlight-color:#1677b3;
// light
--l-c-0: #823aa0;
--l-c-1: #823aa011;