From c2f7b8fc34d528a547dca81061b0fb31df062f27 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 23 Apr 2024 17:21:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/Editorxj/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/system/Editorxj/index.vue b/src/views/system/Editorxj/index.vue index 224be24..005e220 100644 --- a/src/views/system/Editorxj/index.vue +++ b/src/views/system/Editorxj/index.vue @@ -85,7 +85,7 @@ export default { // ["link", "image", "video"] // 链接、图片、视频 ], }, - placeholder: "请输入内容", + placeholder: "", readOnly: this.readOnly, }, }; @@ -198,14 +198,14 @@ export default { .quill-img { display: none; } -.ql-toolbar.ql-snow{ +::v-deep .ql-toolbar.ql-snow{ display: none; - border: 1px solid #fff; + border: 1px solid #fff !important; } -.ql-container.ql-snow { - border: 1px solid #fff; +::v-deep .ql-container.ql-snow { + border: 1px solid #fff !important; } .ql-snow .ql-tooltip[data-mode="link"]::before { content: "请输入链接地址:";