闫增涛
2024-04-11 bd3a3057169eb727728f8a322f51fd4fb4b6cf30
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 {