/* 异常工单留言样式 */
.note-tiny-mce {
  width: 100%;
  height: calc(100% - 40px);
  border: none;
  border-radius: 6px;
  line-height: 16px;
  overflow-y: scroll;
}
.note-editor_header {
  width: 100%;
}
.note-editor_header .tox-tinymce-inline {
  width: 100%;
}
.note-editor_header .tox-editor-header {
  border: none;
}
.note-editor_header .tox-toolbar__primary, .note-editor_header .tox-toolbar-overlord, .note-editor_header .tox-editor-header  {
  border-radius: 6px;
}
.note-tiny-mce p {
  margin:  6px 4px;
}