king
2021-09-17 eb0c4703ec7cd21dc921ae113b7e3be69c641c1d
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;
    }
  }
}