Merge pull request #13291 from dataease/pr@dev-v2@refactor_screen-mobile-scale

refactor(移动端): 调整数据大屏在移动端的缩放比率
This commit is contained in:
王嘉豪 2024-11-13 18:49:09 +08:00 committed by GitHub
commit 0a44b03720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -463,7 +463,7 @@ defineExpose({
:style="getShapeItemShowStyle(item)"
:show-position="showPosition"
:search-count="curSearchCount"
:scale="mobileInPc ? 100 : scaleMin"
:scale="mobileInPc && isDashboard() ? 100 : scaleMin"
:is-selector="props.isSelector"
@userViewEnlargeOpen="userViewEnlargeOpen($event, item)"
@datasetParamsInit="datasetParamsInit(item)"