From e1f87494b737169c412ca723baf3085cb0c5706e Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期日, 24 八月 2025 11:28:24 +0800 Subject: [PATCH] 课程管理 --- 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