TableList.less 579 Bytes
Newer Older
1 2 3 4
@import "~antd/lib/style/themes/default.less";
@import "../../utils/utils.less";

.tableList {
niko's avatar
niko committed
5
  padding-bottom: 8px;
6 7 8 9 10 11 12 13
  .tableListOperator {
    margin-bottom: 16px;
    button {
      margin-right: 8px;
    }
  }
}

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

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

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

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