From bd2b1b9a4205c85ed9ee5429f7cba4f59b5dd745 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Mon, 1 Nov 2021 19:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=8C=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E7=9A=84=E7=9A=84=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E7=82=B9=E5=87=BB=E5=90=8E=E7=9A=84=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E4=BD=8D=E7=BD=AE=E6=9C=89=E9=97=AE=E9=A2=98bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/quill/index.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/quill/index.vue b/src/components/quill/index.vue index 70c8e47..becd31e 100644 --- a/src/components/quill/index.vue +++ b/src/components/quill/index.vue @@ -211,5 +211,13 @@ border-top: 0; } } - + /deep/.ql-snow { + position: relative; + .ql-tooltip { + position: absolute !important; + top: 0 !important; + left: -100px !important; + transform: translateY(10px); + } + }