style: 限制数字格式小数位为整数 (#17799)

This commit is contained in:
王嘉豪
2026-01-15 19:02:29 +08:00
committed by GitHub
parent 3744261ee6
commit bae3b93643

View File

@@ -99,6 +99,8 @@ getExampleValue()
v-model="formatterCfg.decimalCount"
:effect="themes"
size="small"
:step="1"
:precision="0"
:min="0"
:max="10"
@change="onFormatChange"