king
2024-06-21 2bccb9ec7bdefe23292a22bc153463cfa1479a49
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-edit-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 {
    float: right;
    margin-right: 80px;
    position: relative;
    z-index: 2;
  }
  .toolbar-button + .edit-custom-table-btn-wrap {
    position: absolute;
    right: 0px;
    margin-top: 15px;
  }
}
.custom-edit-table.withnot-submit {
  .button-list.toolbar-button {
    margin-right: 0px;
  }
}