king
2022-04-26 5046d0d13dc6a8563b8e54e31913bc44cfa1072f
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%;
    }
  }
}