TableList.less 556 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
@import "~antd/lib/style/themes/default.less";
@import "../../utils/utils.less";

.tableList {
  .tableListOperator {
    margin-bottom: 16px;
    button {
      margin-right: 8px;
    }
  }
}

afc163's avatar
afc163 committed
13 14 15 16 17
.tableListForm :global(.ant-form-item) {
  margin-right: 48px;
  margin-bottom: 8px;
}

18
.formButton {
afc163's avatar
afc163 committed
19
  white-space: nowrap;
20 21
}

niko's avatar
niko committed
22
@media screen and (max-width: @screen-lg) {
afc163's avatar
afc163 committed
23 24
  .tableListForm :global(.ant-form-item) {
    margin-right: 24px;
niko's avatar
niko committed
25 26 27
  }
}

28
@media screen and (max-width: @screen-md) {
afc163's avatar
afc163 committed
29 30
  .tableListForm :global(.ant-form-item) {
    margin-right: 8px;
31 32
  }
}