+
+
+
+ {{ value.value.toFixed(2) }} {{ $t(`units.${value.unit}`) }}
+
+
+ {{ label }}
+
+
+
+
+
+
diff --git a/src/plugins/vuetify.ts b/src/plugins/vuetify.ts
index 679f22e..9721582 100644
--- a/src/plugins/vuetify.ts
+++ b/src/plugins/vuetify.ts
@@ -30,6 +30,11 @@ const jinshenLightTheme: ThemeDefinition = {
export default createVuetify({
theme: {
defaultTheme: 'light',
+ variations: {
+ colors: ['primary', 'secondary', 'success', 'info', 'warning', 'error'],
+ lighten: 5,
+ darken: 5,
+ },
themes: {
light: jinshenLightTheme,
},
From ca5d33cf0949b86699c0dd363b1cc2f7c6a25da4 Mon Sep 17 00:00:00 2001
From: R2m1liA <15258427350@163.com>
Date: Mon, 1 Dec 2025 15:44:30 +0800
Subject: [PATCH 2/6] =?UTF-8?q?style:=20=E7=9A=AE=E5=B8=A6=E8=A7=84?=
=?UTF-8?q?=E6=A0=BC=E8=AE=A1=E7=AE=97=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?=
=?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 将计算结果由卡片式转为列表式
---
.../Modules/BeltSpecificationCalculate.vue | 66 +++++++++++++------
1 file changed, 46 insertions(+), 20 deletions(-)
diff --git a/src/components/Modules/BeltSpecificationCalculate.vue b/src/components/Modules/BeltSpecificationCalculate.vue
index 4caf2ff..93c44eb 100644
--- a/src/components/Modules/BeltSpecificationCalculate.vue
+++ b/src/components/Modules/BeltSpecificationCalculate.vue
@@ -83,26 +83,52 @@
{{ $t('results') }}
-