fix: 修复批量命令列表可点击链接颜色

This commit is contained in:
“huailei000”
2022-09-15 13:58:33 +08:00
committed by Jiangjie.Bai
parent dd6e9a1512
commit 2e47f42366
2 changed files with 12 additions and 10 deletions

View File

@@ -247,6 +247,15 @@ td .el-button.el-button--mini {
border-top-color: #676a6c;
}
.text-link {
color: info!important;
}
.text-link:hover {
color: info!important;
filter: opacity(65%)!important;
}
.text-danger {
color: danger;
}