From 51a35a1cea7a381c33c86e9a9697ecef602c773f Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期日, 24 八月 2025 16:25:37 +0800 Subject: [PATCH] 激活列样式调整 --- src/views/personalCenter/course.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/personalCenter/course.vue b/src/views/personalCenter/course.vue index 4beadb8..b83b991 100644 --- a/src/views/personalCenter/course.vue +++ b/src/views/personalCenter/course.vue @@ -235,9 +235,9 @@ pages.count = res.totalSize courseList.value = res.datas.map((item: any) => { if (item.icon) { - item.icon = getPublicImage(item.icon, 80) + item.icon = getPublicImage(item.icon, '', 140) } else if (item.linkProduct?.icon) { - item.icon = getPublicImage(item.linkProduct.icon, 80) + item.icon = getPublicImage(item.linkProduct.icon, '', 140) } else { item.icon = defaultImg } @@ -538,8 +538,8 @@ flex: 1; display: flex; .imgBox { - width: 90px; - height: 120px; + width: 110px; + height: 140px; margin-right: 20px; box-shadow: 0px 0px 20px 1px #ccc; } -- Gitblit v1.9.1