From b92a161c6ad99495a85e32d8ad4afe9c6d82815d Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期五, 07 十一月 2025 13:24:16 +0800
Subject: [PATCH] 保留小数点后两位
---
App.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/App.vue b/App.vue
index cf72960..8d00500 100644
--- a/App.vue
+++ b/App.vue
@@ -140,6 +140,11 @@
src: url('static/family/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}
+ @font-face {
+ font-family: a4;
+ src: url('static/family/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
+
+ }
.nav-list {
display: flex;
flex-wrap: wrap;
--
Gitblit v1.9.1