From 3bdb72f435e413f02ae75e43e4b63b201876ccb6 Mon Sep 17 00:00:00 2001 From: fofolee Date: Mon, 16 May 2022 23:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20q-cark=20=E5=9C=A8?= =?UTF-8?q?=E6=9A=97=E9=BB=91=E6=A8=A1=E5=BC=8F=E4=B8=8B=E7=9A=84=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.vue b/src/App.vue index a45c2e4..255d0c5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -183,6 +183,9 @@ export default defineComponent({ --q-dark: #464646; --q-dark-page: #303133; } +.q-card--dark { + background: var(--q-dark-page); +} .q-tooltip { font-size: 11px; }