From 1530f605190069e45b5e31a7ec2bf7a6dc691f39 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期四, 02 一月 2025 14:09:22 +0800
Subject: [PATCH] 1

---
 packageCourse/components/baseClass/index.wxss |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/packageCourse/components/baseClass/index.wxss b/packageCourse/components/baseClass/index.wxss
index 6a149be..300d6cd 100644
--- a/packageCourse/components/baseClass/index.wxss
+++ b/packageCourse/components/baseClass/index.wxss
@@ -12,7 +12,6 @@
   padding: 20rpx;
   box-sizing: border-box;
   background-color: #f8f8f8;
-  margin-bottom: 10rpx;
 }
 
 .statics {
@@ -37,8 +36,7 @@
 
 .pubCss {
   width: 100%;
-  padding: 20rpx 0;
-  box-sizing: border-box;
+  max-height: 300px;
 }
 
 .roleInfo {
@@ -68,7 +66,7 @@
 
 .bookData {
   width: 100%;
-  height: 200rpx;
+  height: 250rpx;
   display: flex;
   justify-content: space-between;
   align-items: center;

--
Gitblit v1.9.1