From 1a5e46e6955225675d21fe04962e82b37e7890ed Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 15 十月 2024 16:02:26 +0800
Subject: [PATCH] ziyuan

---
 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