king
2023-04-06 68a65838dd44b02cb1b3666a4383232af413b558
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
29
30
31
32
.custom-base-table {
  position: relative;
  background-color: #fff;
 
  .normal-header {
    margin-bottom: 10px;
  }
  .top-search {
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
  }
  .button-list.toolbar-button {
    min-height: 60px;
    padding-right: 60px;
    button {
      margin-bottom: 0px;
    }
  }
  .main-table-box {
    position: relative;
    min-height: 150px;
    .main-pickup {
      position: absolute;
      right: 5px;
      top: -22px;
      z-index: 2;
    }
    >.async-spin {
      line-height: 150px!important;
    }
  }
}