mirror of
https://github.com/dataease/dataease.git
synced 2026-06-18 05:18:07 +08:00
fix(图表): 修复移动端表格提示配置不显示
This commit is contained in:
@@ -489,12 +489,7 @@ watch(
|
||||
@onLabelChange="onLabelChange"
|
||||
/>
|
||||
</collapse-switch-item>
|
||||
<!-- tooltip 为鼠标悬停 移动端table看不到效果 不再单独配置 -->
|
||||
<collapse-switch-item
|
||||
v-if="
|
||||
showProperties('tooltip-selector') &&
|
||||
(!mobileInPc || (mobileInPc && chart.type.indexOf('table') === -1))
|
||||
"
|
||||
v-model="chart.customAttr.tooltip.show"
|
||||
:themes="themes"
|
||||
:change-model="chart.customAttr.tooltip"
|
||||
|
||||
Reference in New Issue
Block a user