From b8f38db351b8ccd40b6f3998a7b0333d55106793 Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Tue, 24 Feb 2026 11:27:43 +0800 Subject: [PATCH] =?UTF-8?q?overall=E5=8D=B0=E8=8A=B1scale=E4=B8=BA?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2=E6=97=B6=E5=80=99=E4=BD=BF=E7=94=A8?= =?UTF-8?q?toFixed=E4=BC=9A=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Detail/detailRight/overallSetting/RepeatSetting.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/Detail/detailRight/overallSetting/RepeatSetting.vue b/src/component/Detail/detailRight/overallSetting/RepeatSetting.vue index b7c6d5ab..d73cdec7 100644 --- a/src/component/Detail/detailRight/overallSetting/RepeatSetting.vue +++ b/src/component/Detail/detailRight/overallSetting/RepeatSetting.vue @@ -16,7 +16,7 @@ :max="1000" :step="1" is-input - :tipFormatter="(v) => `${scale.toFixed(0)}%`" + :tipFormatter="(v) => `${Number(scale)?.toFixed(0)}%`" :value="scale" @input="inputFillScale" />