样式调整

This commit is contained in:
670788339
2025-11-04 18:32:10 +08:00
parent 3f108ab9b7
commit 8524f7ec6f

View File

@@ -2696,21 +2696,21 @@ a.custom2 {
} }
/* 添加标签样式 */ /* 添加标签样式 */
.course-tags { //.course-tags {
margin: 5px 0; // margin: 5px 0;
min-height: 20px; // min-height: 20px;
} //}
.course-tags ::v-deep .el-tag { //.course-tags ::v-deep .el-tag {
color: #387DF7 !important; // color: #387DF7 !important;
border-color: #387DF7 !important; // border-color: #387DF7 !important;
} //}
.course-tags ::v-deep .el-tag .el-tag__close { //.course-tags ::v-deep .el-tag .el-tag__close {
color: #387DF7 !important; // color: #387DF7 !important;
} //}
.course-tags ::v-deep .el-tag .el-tag__close:hover { //.course-tags ::v-deep .el-tag .el-tag__close:hover {
background-color: #387DF7 !important; // background-color: #387DF7 !important;
color: white !important; // color: white !important;
} //}
/* 添加热点标签容器样式,支持换行 */ /* 添加热点标签容器样式,支持换行 */
.hot-tags-wrapper { .hot-tags-wrapper {