king
2019-12-31 46f59e30133c25f1f01074b1c92445f9e85b8c98
src/tabviews/tableshare/actionList/index.scss
@@ -1,14 +1,15 @@
.commontable .button-list {
.button-list.toolbar-button {
  padding: 10px 20px 5px;
  background: #ffffff;
  button {
    min-width: 65px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .ant-spin {
    position: fixed;
    z-index: 1010;
    left: 50vw;
    left: calc(50vw - 22px);
    top: calc(50vh - 70px);
  }
}