From bae3b93643792b941691ba9e74bea923ddcb0ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Thu, 15 Jan 2026 19:02:29 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=99=90=E5=88=B6=E6=95=B0=E5=AD=97?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=B0=8F=E6=95=B0=E4=BD=8D=E4=B8=BA=E6=95=B4?= =?UTF-8?q?=E6=95=B0=20(#17799)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../subject-setting/dashboard-style/ValueFormatterSetting.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ValueFormatterSetting.vue b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ValueFormatterSetting.vue index 1cfab477b4..55667b1cca 100644 --- a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ValueFormatterSetting.vue +++ b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ValueFormatterSetting.vue @@ -99,6 +99,8 @@ getExampleValue() v-model="formatterCfg.decimalCount" :effect="themes" size="small" + :step="1" + :precision="0" :min="0" :max="10" @change="onFormatChange"