Skip to content

Commit 1b6225d

Browse files
dataeaseShuziyujiahao
authored andcommitted
fix(仪表板): 切换tab页明细表无法显示
1 parent 1d6708a commit 1b6225d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/core-frontend/src/views/dashboard/MobileConfigPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ const save = () => {
332332
:canvas-view-info-mobile="canvasViewInfoMobile"
333333
></component-style-editor>
334334
</div>
335-
<div class="config-mobile-tab" v-show="activeCollapse === 'com'">
335+
<div class="config-mobile-tab" v-if="activeCollapse === 'com'">
336336
<div
337337
:style="{ height: '196px', width: '196px' }"
338338
class="mobile-wrapper-inner-adaptor"

0 commit comments

Comments
 (0)