

















































































































/* 在el-dialog中tinymce z-index 被太小而被遮挡时要加这两句 */
.tox-tinymce-aux {
  z-index: 99999 !important;
}
.tinymce.ui.FloatPanel {
  z-Index: 99;
}

.image-tree-node{flex:1;display:flex;align-items:center;justify-content:space-between;font-size:14px;padding-right:8px}

.image-box[data-v-8c780c3e]{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.image-multiple[data-v-8c780c3e]{position:relative;width:40px;height:40px;margin:0 10px 5px 0}.image-multiple .image-remove[data-v-8c780c3e]{position:absolute;top:0;right:0;width:10px;height:40px;line-height:40px;font-size:12px;text-align:center;color:#fff;cursor:pointer;background:rgba(0,0,0,0.5)}.image-multiple .image-remove[data-v-8c780c3e]:hover{background:rgba(0,0,0,0.7)}

