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

@@ -1,7 +1,7 @@
:root{
--sm-txt:rgba(163, 174, 208, 1);
--text-secondary: #8a939d;
--el-color-primary: rgba(67, 24, 255, 1);
--el-color-primary: rgb(107, 80, 225);
--el-component-size: 48px;
--el-border-radius-base: 8px;
--el-color-primary-light-5:rgb(107, 85, 255);

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)
}