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

@@ -321,10 +321,4 @@ const doSubmitRegister = (verifyData) => {
margin-top: 20px
}
::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)
}
</style>