king
2022-05-17 e1874a856f4929cb3c0f2dc1d6af9fc2a1aff23e
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;
    }
  }
}