From 01652b72b3274d4d55f29c026df49260cb459ca9 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 8 Jan 2023 11:57:34 +0900 Subject: [PATCH] :art: --- packages/frontend/src/widgets/calendar.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/frontend/src/widgets/calendar.vue b/packages/frontend/src/widgets/calendar.vue index 99bd36e2f..1bd431259 100644 --- a/packages/frontend/src/widgets/calendar.vue +++ b/packages/frontend/src/widgets/calendar.vue @@ -11,19 +11,19 @@
-

{{ i18n.ts.today }}: {{ dayP.toFixed(1) }}%

+

{{ i18n.ts.today }}{{ dayP.toFixed(1) }}%

-

{{ i18n.ts.thisMonth }}: {{ monthP.toFixed(1) }}%

+

{{ i18n.ts.thisMonth }}{{ monthP.toFixed(1) }}%

-

{{ i18n.ts.thisYear }}: {{ yearP.toFixed(1) }}%

+

{{ i18n.ts.thisYear }}{{ yearP.toFixed(1) }}%

@@ -168,13 +168,14 @@ defineExpose({ } > p { + display: flex; margin: 0 0 2px 0; font-size: 0.75em; line-height: 18px; opacity: 0.8; > b { - margin-left: 2px; + margin-left: auto; } }