222
schangxiang@126.com
2025-04-30 9bec4dcae002f36aa23231da11cb03a156b40110
PipeLineLems/web/src/components/TableFilter/TableFilter.module.scss
@@ -19,22 +19,26 @@
.filter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  > span {
    font-size: 12px;
  > .span {
    font-size: 14px;
    font-weight: 400;
    color: #35363b;
    display: flex;
    width: 100px;
  }
}
.box {
  width: 100%;
  height: 100px;
  min-height: 100px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 14px;
}
.textColor {