From ff34375fdc3fccb7886dab81499eac583c20a6f8 Mon Sep 17 00:00:00 2001 From: ChangeSuger Date: Wed, 18 Dec 2024 21:14:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E7=AA=97=E5=8F=A3=E5=A4=A7=E5=B0=8F=E5=90=8E=EF=BC=8C=E5=B0=8F?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=8F=92=E4=BB=B6=E8=A1=A8=E7=8E=B0=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/extension/src/style/index.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/extension/src/style/index.less b/packages/extension/src/style/index.less index 02cf040a6..0e0fb5163 100644 --- a/packages/extension/src/style/index.less +++ b/packages/extension/src/style/index.less @@ -221,6 +221,11 @@ border: 1px solid #93a3b4; } +.lf-mini-map .lf-graph { + width: 100% !important; + height: 100% !important; +} + .lf-mini-map-graph { position: relative; overflow: hidden;