Merge branch 'master-20251023-tag' into test1024

# Conflicts:
#	src/views/portal/course/Index.vue
This commit is contained in:
670788339
2025-10-31 15:57:42 +08:00

View File

@@ -2651,6 +2651,16 @@ a.custom2 {
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;
}
/* ---end--- */
</style>