mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue
Conflicts: ruoyi-generator/src/main/java/com/ruoyi/generator/util/GenUtils.java ruoyi-ui/src/components/Editor/index.vue
This commit is contained in:
@ -66,7 +66,6 @@ export default {
|
||||
content: this.value,
|
||||
uploadImgUrl: "",
|
||||
editorOption: {
|
||||
placeholder: "",
|
||||
theme: "snow", // or 'bubble'
|
||||
placeholder: "请输入内容",
|
||||
modules: {
|
||||
@ -146,6 +145,7 @@ export default {
|
||||
|
||||
<style>
|
||||
.editor {
|
||||
white-space: pre-wrap!important;
|
||||
line-height: normal !important;
|
||||
height: 192px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user