king
2023-10-27 6555f1f63a5389d49fbb98b5b2dca16a61239c64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.custom-base-table {
  position: relative;
  background-color: #fff;
 
  .normal-header {
    margin-bottom: 10px;
  }
  .mk-search-wrap {
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
  }
  .button-list.toolbar-button {
    padding-right: 60px;
  }
  .main-table-box {
    position: relative;
    min-height: 40px;
    .main-pickup {
      position: absolute;
      right: 5px;
      top: -22px;
      z-index: 2;
    }
    >.async-spin {
      line-height: 150px!important;
    }
  }
}