fix: 增加tag组件兼容性; 调整steps样式
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user