king
2022-04-28 2197b3f0ac967362e5f9c26ea3e5ea5bcb6058f4
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);
  }
}