mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
样式调整
This commit is contained in:
@@ -2696,21 +2696,21 @@ a.custom2 {
|
||||
}
|
||||
|
||||
/* 添加标签样式 */
|
||||
.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-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;
|
||||
//}
|
||||
|
||||
/* 添加热点标签容器样式,支持换行 */
|
||||
.hot-tags-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user