king
2020-02-18 29c5821ce140e89a8b35e53f41672dd86da56982
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.button-list.formtab-button {
  padding: 20px 20px 10px;
  background: #ffffff;
  button {
    min-width: 65px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .ant-spin {
    position: fixed;
    z-index: 1010;
    left: calc(50vw - 22px);
    top: calc(50vh - 70px);
  }
}