king
2021-08-09 c78051cc51032d4e29d35ca356d11d77a473eced
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.script-button-list.script-toolbar-button {
  position: relative;
  padding: 15px 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);
  }
}