From c44cf803006eca20095f33d9b5ff6ef931685081 Mon Sep 17 00:00:00 2001
From: R2m1liA <15258427350@163.com>
Date: Sat, 6 Dec 2025 16:44:37 +0800
Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E5=8F=82=E6=95=B0?=
=?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 删除文本区域的单位显示
- WIP:暂时注释掉尚未开发完成的帮助页面
---
.../Modules/BeltSpecificationCalculate.vue | 12 ++++++------
src/components/ParamInputField.vue | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/components/Modules/BeltSpecificationCalculate.vue b/src/components/Modules/BeltSpecificationCalculate.vue
index da802be..238d946 100644
--- a/src/components/Modules/BeltSpecificationCalculate.vue
+++ b/src/components/Modules/BeltSpecificationCalculate.vue
@@ -10,7 +10,7 @@
{{ $t('parameters') }}
-
+
@@ -44,26 +44,26 @@
diff --git a/src/components/ParamInputField.vue b/src/components/ParamInputField.vue
index 25c17f8..5462472 100644
--- a/src/components/ParamInputField.vue
+++ b/src/components/ParamInputField.vue
@@ -4,7 +4,7 @@
:disabled="disabled"
hide-details
hide-spin-buttons
- :label="label + ' (' + $t(`units.${modelValue.unit}`) + ')'"
+ :label="label"
:model-value="modelValue.value.toString()"
:suffix="$t(`units.${modelValue.unit}`)"
type="number"