token修改

This commit is contained in:
仲么了
2024-01-03 14:04:56 +08:00
parent 8e2569010f
commit 25a8c99088
5 changed files with 20 additions and 22 deletions

View File

@@ -51,22 +51,17 @@ const onMenuCollapse = () => {
margin: 2px 0 0 4px;
color: v-bind('config.getColorVal("headerBarTabColor")') !important;
}
.close-icon:hover {
background: v-bind('config.getColorVal("headerBarBackground")');
color: var(--el-border-color) !important;
border-radius: 50%;
}
&.active {
color: v-bind('config.getColorVal("headerBarTabActiveColor")');
.close-icon {
color: v-bind('config.getColorVal("headerBarTabActiveColor")') !important;
color: v-bind('config.getColorVal("headerBarTabActiveColor")') !important;;
}
}
&:hover {
color: v-bind('config.getColorVal("headerBarTabActiveColor")');
background-color: v-bind('config.getColorVal("headerBarHoverBackground")');
.close-icon {
color: v-bind('config.getColorVal("headerBarTabActiveColor")') !important;
color: v-bind('config.getColorVal("headerBarTabActiveColor")') !important;;
}
}
}

View File

@@ -37,11 +37,6 @@ const config = useConfig()
margin: 2px 0 0 4px;
color: v-bind('config.getColorVal("headerBarTabColor")') !important;
}
.close-icon:hover {
background: v-bind('config.getColorVal("headerBarBackground")');
color: var(--el-border-color) !important;
border-radius: 50%;
}
&.active {
color: v-bind('config.getColorVal("headerBarTabActiveColor")');
.close-icon {
@@ -52,7 +47,7 @@ const config = useConfig()
color: v-bind('config.getColorVal("headerBarTabActiveColor")');
background-color: v-bind('config.getColorVal("headerBarHoverBackground")');
.close-icon {
color: v-bind('config.getColorVal("headerBarTabActiveColor")') !important;
color: v-bind('config.getColorVal("headerBarTabActiveColor")') !important;;
}
}
}