222
schangxiang@126.com
2025-04-30 9bec4dcae002f36aa23231da11cb03a156b40110
PipeLineLems/web/src/components/Title/Title.module.scss
@@ -13,11 +13,19 @@
  justify-content: space-between;
  align-items: center;
}
.label {
  word-break: keep-all;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.desc {
  width: 252px;
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #35363b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}