king
2023-06-15 a29d9d644a2a30e9ef4afcc6d728c20c218dc359
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.mk-normal-css {
  padding-left: 18px;
 
  .anticon-edit {
    color: #1890ff;
    cursor: pointer;
  }
}
.normal-css-modal {
  .ant-modal {
    top: 70px;
  }
  .ant-modal-body {
    min-height: 250px;
    padding-top: 10px;
 
    .code-mirror-wrap .code-mirror-area .CodeMirror {
      min-height: 400px;
    }
  }
}