From 257ddaccc8f71bcd9f0d1bfe55db31e0b33aa77d Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 9 Feb 2022 14:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=96=87=E7=AB=A0=E5=AF=8C?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E7=B2=98=E8=B4=B4=E5=9B=BE=E7=89=87=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/quill/options.js | 7 +++++++ src/views/title/Editphoto.vue | 19 ++++--------------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/src/components/quill/options.js b/src/components/quill/options.js index b5ca728..b368bcb 100644 --- a/src/components/quill/options.js +++ b/src/components/quill/options.js @@ -5,5 +5,12 @@ export default [ [{ "list": "ordered" }, { "list": "bullet" }], [{ "script": "sub" }, { "script": "super" }], [{ "indent": "-1" }, { "indent": "+1" }], + [{ "direction": "rtl" }], + [{ "size": ["small", false, "large", "huge"] }], + [{ "header": [1, 2, 3, 4, 5, 6, false] }], + [{ "color": [] }, { "background": [] }], + [{ "font": [] }], + [{ "align": [] }], ["clean"], + ["link", "image", "video"] ]; \ No newline at end of file diff --git a/src/views/title/Editphoto.vue b/src/views/title/Editphoto.vue index 27e7ed0..8cfff2a 100644 --- a/src/views/title/Editphoto.vue +++ b/src/views/title/Editphoto.vue @@ -48,13 +48,7 @@ > - - + - +