From c96612e8a63ecef9590be0f8b5199277ec94e5b9 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 18 九月 2024 18:43:12 +0800 Subject: [PATCH] 云学习购买目录,修改bug --- packageBookService/pages/bookServices/detail/components/tree/index.wxss | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/components/tree/index.wxss b/packageBookService/pages/bookServices/detail/components/tree/index.wxss index fd8e1e5..2683681 100644 --- a/packageBookService/pages/bookServices/detail/components/tree/index.wxss +++ b/packageBookService/pages/bookServices/detail/components/tree/index.wxss @@ -17,7 +17,16 @@ width: 100%; display: flex; align-items: center; + justify-content: space-between; } + +.title-t, +.title-icon { + display: flex; + align-items: center; +} + +.title-icon {} .title-checkBox { width: 100%; @@ -105,11 +114,12 @@ padding-bottom: 20rpx; } -/* .t-collapse-panel__content { - padding: var(--td-collapse-content-padding, 0rpx) !important; -} */ .fl-cn { display: flex; align-items: center; +} + +.clound-icon { + display: flex; } \ No newline at end of file -- Gitblit v1.9.1