From bdeab55d3c128153494a6b5ad402ee4e8c6b7c21 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Fri, 25 Nov 2022 22:59:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A5=E9=9D=9E=E9=80=8F=E6=98=8E=E9=80=8F?= =?UTF-8?q?=E6=98=8E=E6=A8=A1=E5=BC=8F=E4=B8=8B=E5=90=AF=E5=8A=A8=E6=97=B6?= =?UTF-8?q?=E4=B8=BA=E4=B8=BB=E7=95=8C=E9=9D=A2=E6=B7=BB=E5=8A=A0=E8=BE=B9?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/App.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/renderer/App.vue b/src/renderer/App.vue index 795c58e3..f75e1978 100644 --- a/src/renderer/App.vue +++ b/src/renderer/App.vue @@ -96,6 +96,10 @@ body { .disableTransparent { background-color: var(--color-content-background); + #body { + border: 1Px solid var(--color-primary-light-500); + } + #right { border-top-left-radius: 0; border-bottom-left-radius: 0;