king
2020-02-18 3d8cb6c1787dec23cbc85d4b262fd1f00654f891
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);
  }
}