From c96612e8a63ecef9590be0f8b5199277ec94e5b9 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 18 九月 2024 18:43:12 +0800 Subject: [PATCH] 云学习购买目录,修改bug --- pages/digitalCourses/digitalCoursesDetails/components/tree/index.wxss | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/pages/digitalCourses/digitalCoursesDetails/components/tree/index.wxss b/pages/digitalCourses/digitalCoursesDetails/components/tree/index.wxss index fd8e1e5..4a94ddf 100644 --- a/pages/digitalCourses/digitalCoursesDetails/components/tree/index.wxss +++ b/pages/digitalCourses/digitalCoursesDetails/components/tree/index.wxss @@ -41,8 +41,12 @@ height: 32rpx; } +.t-cell { + padding: 20rpx !important; +} + .contentBox { - margin: 0 26rpx; + margin-left: 40rpx; padding: 0 20rpx; height: 88rpx; background-color: #fff6f0; @@ -51,6 +55,7 @@ align-items: center; justify-content: space-between; } + .contentBox .checkBox { --td-checkbox-vertical-padding: 0; @@ -91,7 +96,7 @@ height: 38rpx; } -.testSee, + .shopCar { margin-right: 20rpx; } @@ -112,4 +117,10 @@ .fl-cn { display: flex; align-items: center; + flex: 1; +} + +.seeBox { + display: flex; + align-items: center; } \ No newline at end of file -- Gitblit v1.9.1