From 813e7be894521110aea60b487a3d5dce4412c5fa Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Wed, 21 Oct 2020 10:10:38 +0800 Subject: [PATCH] =?UTF-8?q?style:=E5=8F=96=E6=B6=88text=E5=9B=BE=E8=A1=A8?= =?UTF-8?q?=E7=9A=84border?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/charts/chart.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nezha-fronted/src/components/charts/chart.scss b/nezha-fronted/src/components/charts/chart.scss index a37e03222..f637aa653 100644 --- a/nezha-fronted/src/components/charts/chart.scss +++ b/nezha-fronted/src/components/charts/chart.scss @@ -626,3 +626,6 @@ //box-shadow:-1px 1px 9px -1px rgba(205,205,205,0.77); height: calc(100% - 10px); } +.ql-container.ql-snow { + border: unset !important; +}