fix: 增加tag组件兼容性; 调整steps样式

This commit is contained in:
wenhua
2024-07-14 18:18:32 +08:00
parent f1237de72a
commit c6222e0528
3 changed files with 9 additions and 2 deletions

View File

@@ -334,4 +334,10 @@ watchEffect(() => {
.is-end {
color: #BEA266;
}
:deep(.el-step__title.is-success) {
color: #A8abb2;
}
:deep(.el-step__head.is-success) {
border-color: #A8abb2;
}
</style>