Ver código fonte

富文本工具栏样式对齐

RuoYi 4 anos atrás
pai
commit
70ab18052c
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      ruoyi-ui/package.json
  2. 1 1
      ruoyi-ui/src/components/Editor/index.vue

+ 1 - 1
ruoyi-ui/package.json

@@ -58,7 +58,7 @@
     "sortablejs": "1.8.4",
     "vue": "2.6.10",
     "vue-count-to": "1.0.13",
-    "vue-quill-editor": "3.0.6",
+    "quill": "1.3.7",
     "vue-cropper": "0.4.9",
     "vue-router": "3.0.2",
     "vue-splitpane": "1.0.4",

+ 1 - 1
ruoyi-ui/src/components/Editor/index.vue

@@ -114,7 +114,7 @@ export default {
 </script>
 
 <style>
-.editor {
+.editor, .ql-toolbar {
   white-space: pre-wrap!important;
   line-height: normal !important;
 }