change color

This commit is contained in:
lqins
2024-11-23 15:47:57 +08:00
parent d13fa1392f
commit 207f2b5ac4
4 changed files with 22 additions and 31 deletions

View File

@@ -54,3 +54,9 @@
width: 306px;
margin-right: 9px;
}
::v-deep(.el-tabs__item.is-active, .el-tabs__item:hover){
color: var(--common-text-color) !important;
}
.el-tabs__item{
color:var( --text-theme-color)
}