dev_chen
杨树林 5 years ago
parent ed136d751d
commit 147a1d2cdf

@ -85,6 +85,10 @@ class Progques extends Component{
min-height:35px; min-height:35px;
box-sizing:border-box; box-sizing:border-box;
} }
.emptyPanel .ql-editor p{
overflow: unset !important;
}
.emptyPanel .quill_editor_for_react_area{ .emptyPanel .quill_editor_for_react_area{
width: 100% !important; width: 100% !important;
} }

@ -51,6 +51,8 @@ class Multiple extends Component{
` `
.multiple .ql-editor p{ .multiple .ql-editor p{
line-height: 25px !important; line-height: 25px !important;
overflow: unset !important;
} }
` `
} }

@ -47,6 +47,7 @@ class single extends Component{
` `
.single .ql-editor p{ .single .ql-editor p{
line-height: 25px !important; line-height: 25px !important;
overflow: unset !important;
} }
` `
} }

Loading…
Cancel
Save