From 05fb8a8843ab2c4e7e73f425f2a3d62ff577e141 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Mon, 5 Feb 2024 00:01:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=B4=E7=95=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/panel/enemySpecial.vue | 2 +- src/ui/statusBar.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/panel/enemySpecial.vue b/src/panel/enemySpecial.vue index 9212f3e..51a3d43 100644 --- a/src/panel/enemySpecial.vue +++ b/src/panel/enemySpecial.vue @@ -20,7 +20,7 @@
{{ format(cri.atkDelta) }} - {{ format(cri.delta) }} + {{ format(-cri.delta) }}
diff --git a/src/ui/statusBar.vue b/src/ui/statusBar.vue index e44b490..c5dd717 100644 --- a/src/ui/statusBar.vue +++ b/src/ui/statusBar.vue @@ -266,7 +266,7 @@ onMounted(() => { display: flex; flex-direction: row; max-width: 17.5vw; - font-size: 150%; + font-size: 200%; width: 100%; margin-bottom: 14px; text-shadow: 3px 2px 3px #000, 0px 0px 3px #111;