forked from github/dataease
fix: 修复大屏伸缩比例直接输入数字未生效问题
This commit is contained in:
parent
a0e1b00ee1
commit
59c6793b04
@ -86,6 +86,7 @@ onUnmounted(() => {
|
||||
:min="10"
|
||||
:max="200"
|
||||
:controls="false"
|
||||
@change="handleScaleChange()"
|
||||
class="scale-input-number"
|
||||
>
|
||||
<template #suffix> % </template>
|
||||
|
Loading…
Reference in New Issue
Block a user