king
2022-10-12 53b9fb93d0376eb02bb996935f1720b4e95cd897
src/tabviews/custom/components/group/normal-group/index.scss
@@ -14,3 +14,14 @@
  display: block;
  clear: both;
}
.normal-group-wrap.flex {
  >.ant-row {
    display: flex;
    >.ant-col {
      flex: 1;
      max-width: unset;
      width: 5%;
    }
  }
}