king
2022-10-17 e8edfdadb561cd83bf6e1c3e00d55b8cc2aee6d5
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);
  }
}