From 9b11cc3f92881298d592d08bce28064294e82b71 Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Sat, 8 Nov 2025 11:42:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Detail.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/portal/course/Detail.vue b/src/views/portal/course/Detail.vue index 2ede1ee4..7d8a0beb 100644 --- a/src/views/portal/course/Detail.vue +++ b/src/views/portal/course/Detail.vue @@ -420,7 +420,7 @@ export default { .course-title{ position: relative; - height: 60px; + height: auto; display: flex; justify-content: space-between; .title { @@ -462,9 +462,17 @@ 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); + border: none; // 或者使用 border-color: transparent; } } ::v-deep .el-rate__icon {