Skip to content

Commit 8e2cdc7

Browse files
李孟宁sendya
authored andcommitted
Update QuillEditor.vue
修复QuillEditor工具栏行高受ant样式影响导致变形的问题
1 parent b1bbc6d commit 8e2cdc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Editor/QuillEditor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export default {
7272
7373
/* 覆盖 quill 默认边框圆角为 ant 默认圆角,用于统一 ant 组件风格 */
7474
.ant-editor-quill {
75+
line-height: initial;
7576
/deep/ .ql-toolbar.ql-snow {
7677
border-radius: @border-radius-base @border-radius-base 0 0;
7778
}

0 commit comments

Comments
 (0)