From dc1b48bb46e5715a5a55ee2c0f60175b849a6b3b Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 09 四月 2024 19:32:30 +0800 Subject: [PATCH] 问题修改 --- packageBookService/pages/bookServices/detail/components/tree/index.wxss | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/components/tree/index.wxss b/packageBookService/pages/bookServices/detail/components/tree/index.wxss index 48981db..1cad023 100644 --- a/packageBookService/pages/bookServices/detail/components/tree/index.wxss +++ b/packageBookService/pages/bookServices/detail/components/tree/index.wxss @@ -5,9 +5,32 @@ } .header-title { + width: 100%; display: flex; + justify-content: space-between; align-items: center; --td-checkbox-vertical-padding: 0 +} + +.title-box { + width: 100%; + display: flex; + align-items: flex-start; +} + +.title-checkBox { + width: 100%; + display: flex; +} + + + +.title-name { + display: inline-block; + /* max-width: 60%; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; */ } .t-class { @@ -75,4 +98,9 @@ .testSee, .shopCar { margin-right: 20rpx; +} + +.list-icon { + width: 32rpx; + height: 18rpx; } \ No newline at end of file -- Gitblit v1.9.1