如果不是 WYSIWYG,那不如完全禁用样式?

Try this customization:

#reply-control .d-editor-button-bar button {
    display: none;
}
#reply-control .d-editor-button-bar button.upload {
    display: block;
}
7 个赞