king
2020-06-03 d3172b799eccdf7fa69050a0f2d596309bd78059
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.button-list.formtab-button {
  padding: 20px 20px 10px;
  background: #ffffff;
  text-align: center;
  button {
    min-width: 70px;
    margin-right: 20px;
    margin-bottom: 10px;
    height: 35px;
    font-size: 15px;
    padding: 5px 20px;
  }
  .ant-spin {
    position: fixed;
    z-index: 1010;
    left: calc(50vw - 22px);
    top: calc(50vh - 70px);
  }
}