king
2022-10-04 41c55c1f103658b997f7a828a7067bdb228f1df0
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%;
    }
  }
}