闫增涛
2024-04-09 3d73fb33c46aada16a6060adcd4ea14bb33b6b2a
packageBookService/pages/bookServices/detail/components/tree/index.wxss
@@ -11,9 +11,28 @@
  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 {
  background-color: #F7F7F7;
}