From 3aa5e7ef558e098e55f06ddeebca21d89f0d0777 Mon Sep 17 00:00:00 2001 From: yanghang Date: Mon, 7 Jul 2025 14:00:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Bug=20=E7=94=9F=E4=BA=A7=E7=BA=BF?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E5=90=8D=E7=A7=B0=E5=B1=95=E7=A4=BA=E4=B8=8D?= =?UTF-8?q?=E5=85=A8=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/course/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/course/index.vue b/src/pages/course/index.vue index 4bda093d..3b20226d 100644 --- a/src/pages/course/index.vue +++ b/src/pages/course/index.vue @@ -471,11 +471,12 @@ import { onMounted, ref, computed } from 'vue' .type-item{ height: 90rpx; line-height: 90rpx; - font-size: 28rpx; + font-size: 23rpx; box-sizing: border-box; padding: 0 18rpx; - overflow: hidden; - text-overflow: ellipsis; + // overflow: hidden; + // text-overflow: ellipsis; + text-align: center; white-space: nowrap; &.is-active{ background-color: rgba(44,142,242,.1);