king
2023-07-17 ba9e189dd33c8d48f7f4ac36bcefeef9afb426f8
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.model-table-action-list {
  position: relative;
  padding: 0px 25px;
 
  > .ant-row {
    padding-top: 15px;
    min-height: 65px;
  }
  .mk-hidden {
    text-decoration: line-through!important;
    span {
      text-decoration: line-through!important;
    }
  }
  .page-card {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 10px 0;
    position: relative;
    div {
      cursor: move;
    }
    button {
      min-width: 65px;
      cursor: move;
      .anticon-table {
        font-size: 10px;
        position: absolute;
        right: 1px;
        bottom: 0px;
      }
      .anticon-disconnect {
        font-size: 10px;
        position: absolute;
        right: 1px;
        top: 0px;
      }
    }
  }
}
 
.model-table-action-edit-modal {
  .ant-modal {
    top: 60px;
    padding-bottom: 5px;
  }
}