king
2021-12-22 5223edbcccfed84a33a706e5637ee65a61f377aa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.verup-button-list.verup-toolbar-button {
  position: relative;
  padding: 10px 20px 5px;
  background: #ffffff;
  button {
    min-width: 65px;
    margin-right: 15px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .ant-spin {
    position: fixed;
    z-index: 1010;
    left: calc(50vw - 22px);
    top: calc(50vh - 70px);
  }
}