king
2024-04-12 f308a19516f0f15c0aca1af87c1aa722af0fee5c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.model-menu-edit-content-wrap {
  display: inline-block;
 
  >.anticon-form {
    color: purple;
  }
}
.model-menu-edit-content-form {
  .normal-braft-editor {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    overflow-x: hidden;
    .bf-container .DraftEditor-root, .bf-container .public-DraftEditor-content {
      min-height: 500px;
    }
  }
}