refactor(移动端): 调整数据大屏在移动端的缩放比率

This commit is contained in:
wangjiahao 2024-11-13 18:48:06 +08:00
parent 322eaf2809
commit 960368a192

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)"