From 51a8354a37b7dab353f55b4a51a2773179443cf0 Mon Sep 17 00:00:00 2001 From: wxyclub Date: Fri, 28 Jun 2024 15:27:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8A=E6=A0=87=E4=B8=8B=E8=A1=A8?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 75d3b7ce4..b3379b5a4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -463,5 +463,10 @@ bottom: 20px; z-index: 1000; } - +sup{ + vertical-align: super!important; +} +sub{ + vertical-align: sub!important; +}