From 08e81f39b02100593ea7db992ff644179bbc63ee Mon Sep 17 00:00:00 2001 From: "xiaoqi.cxq" Date: Tue, 9 Aug 2022 09:02:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Layout.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Layout.vue b/src/components/Layout.vue index 1bf6e3d2..e098476e 100644 --- a/src/components/Layout.vue +++ b/src/components/Layout.vue @@ -222,5 +222,9 @@ $preview-background-dark: #252525; width: 300px; height: auto; border-top-right-radius: $border-radius-base; + + .app--dark & { + background-color: #4d5160; + } }