课程库标签样式

This commit is contained in:
670788339
2025-11-04 18:44:09 +08:00
parent 51c3d29854
commit 25cb97f462
2 changed files with 44 additions and 13 deletions

View File

@@ -2682,20 +2682,27 @@ a.custom2 {
}
/* 添加标签样式 */
.course-tags {
margin: 5px 0;
min-height: 20px;
//.course-tags {
// margin: 5px 0;
// min-height: 20px;
//}
//.course-tags ::v-deep .el-tag {
// color: #387DF7 !important;
// border-color: #387DF7 !important;
//}
//.course-tags ::v-deep .el-tag .el-tag__close {
// color: #387DF7 !important;
//}
//.course-tags ::v-deep .el-tag .el-tag__close:hover {
// background-color: #387DF7 !important;
// color: white !important;
//}
.course-tag-item {
color: #333333; // 默认深灰色
}
.course-tags ::v-deep .el-tag {
color: #387DF7 !important;
border-color: #387DF7 !important;
}
.course-tags ::v-deep .el-tag .el-tag__close {
color: #387DF7 !important;
}
.course-tags ::v-deep .el-tag .el-tag__close:hover {
background-color: #387DF7 !important;
color: white !important;
.course-tag-item[style*="color: #387DF7"] {
color: #387DF7 !important; // 匹配时的蓝色
}
/* 添加热点标签容器样式,支持换行 */