Merge branch 'PingCode-20251117' into test1024

# Conflicts:
#	src/views/study/coursenew.vue
This commit is contained in:
670788339
2025-11-20 11:02:28 +08:00
2 changed files with 5 additions and 1 deletions

View File

@@ -2649,7 +2649,7 @@ a.custom2 {
}
.course-tags {
margin: 5px 0;
margin: 10px 0 0;
min-height: 20px;
}

View File

@@ -2477,6 +2477,10 @@ export default {
background-color: #f4f4f5;
border-color: #e9e9eb;
}
.course-tags {
margin: 10px 0 0;
min-height: 20px;
}
.course-tags ::v-deep .el-tag .keyword-highlight,
.course-tags ::v-deep .el-tag .exact-match-highlight {
color: #387DF7 !important;