From afe2fbc5b0375c7c06853fc981deec74e04fd630 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期日, 24 八月 2025 11:30:40 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/xiehe_website --- src/views/courseManage/components/class.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/courseManage/components/class.vue b/src/views/courseManage/components/class.vue index 442fd27..bac25b3 100644 --- a/src/views/courseManage/components/class.vue +++ b/src/views/courseManage/components/class.vue @@ -292,7 +292,7 @@ // coursePages.loading = true // const searchData = [ // { -// keywords: 'jsek_digitalTextbooks', +// keywords: 'digitalTextbooks', // field: 'ProductType' // } // ] @@ -392,7 +392,7 @@ min-height: 200px; .classItem { float: left; - width: 49%; + width: 48%; margin-bottom: 16px; margin-right: 1%; border-radius: 8px; @@ -433,6 +433,7 @@ .itemInfo { height: 128px; padding: 20px; + box-sizing: border-box; flex: 1; display: flex; cursor: pointer; -- Gitblit v1.9.1