mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
Merge pull request #6774 from dataease/pr@dev-v2@fix_scale
fix: 修复大屏伸缩比例直接输入数字未生效问题
This commit is contained in:
@@ -86,6 +86,7 @@ onUnmounted(() => {
|
||||
:min="10"
|
||||
:max="200"
|
||||
:controls="false"
|
||||
@change="handleScaleChange()"
|
||||
class="scale-input-number"
|
||||
>
|
||||
<template #suffix> % </template>
|
||||
|
||||
Reference in New Issue
Block a user