yiming
2024-04-12 4bc1c36faeec2f90e5acfa836732e49fe0b245e9
packageBookService/pages/bookServices/detail/components/tree/index.wxss
@@ -1,8 +1,10 @@
.tree {
  --td-collapse-content-padding: 0rpx 12rpx 32rpx 12rpx;
  --td-collapse-header-text-color: #ff6C00;
  --td-collapse-icon-color: #ff6c00
  --td-collapse-icon-color: #ff6c00;
  --td-collapse-header-height: min-content;
}
.header-title {
  width: 100%;
@@ -15,7 +17,7 @@
.title-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  align-items: center;
}
.title-checkBox {
@@ -26,11 +28,7 @@
.title-name {
  display: inline-block;
  /* max-width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  height: min-content;
}
.t-class {