From 6800be033ffcd618d8b0b819fed8235a19d6b136 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 25 九月 2024 16:18:15 +0800 Subject: [PATCH] cs --- 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