课程详情标签调整

This commit is contained in:
670788339
2025-11-08 10:31:19 +08:00
parent 14918870ee
commit 979321ec27

View File

@@ -404,7 +404,7 @@ export default {
}
::v-deep .el-tag {
background-color: #ecf5ff;
border-color: #409EFF;
//border-color: #409EFF;
display: inline-block;
height: 28px;
padding: 0 10px;
@@ -462,9 +462,16 @@ export default {
margin: 5px 0;
min-height: 20px;
.label-item {
padding: 0 7px;
padding: 0px 8px;
margin-top: 5px;
float: left;
line-height: 24px;
font-size: 12px;
border-radius: 2px;
margin-right: 8px;
margin-bottom: 0px;
color: #2C68FF;
height: 24px;
background: rgba(44, 104, 255, 0.06);
}
}
::v-deep .el-rate__icon {