创建文章,点击输入框任何区域可输入

This commit is contained in:
zhaofang
2022-07-13 10:36:36 +08:00
parent 2fd0b4d1c4
commit 18d00e4b54

View File

@@ -185,6 +185,12 @@ export default {
</script> </script>
<style> <style>
.editor{
min-height: 250px !important;
}
.ql-editor{
height: 250px !important;
}
.ql-container{ .ql-container{
font-size: 15px; font-size: 15px;
} }