From e950811e8873c82ac7f031e118d44e1d244347da Mon Sep 17 00:00:00 2001 From: fofolee Date: Sat, 9 Apr 2022 16:14:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=20tooltip=20=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E5=A4=A7=E5=B0=8F?= 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 523772e..5ddbe7e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -59,4 +59,7 @@ export default defineComponent({ body.body--dark { background: #1d1d1d; } +.q-tooltip { + font-size: 11px; +}