forked from github/dataease
Merge pull request #12391 from dataease/pr@dev-v2_st
feat(嵌入式): 移动端嵌入仪表板后,会自动在仪表板上展示标题
This commit is contained in:
commit
1a59f212c3
@ -119,9 +119,6 @@ onBeforeMount(async () => {
|
||||
:class="isPc ? 'dashboard-preview' : 'dv-common-layout-mobile_embedded'"
|
||||
v-if="state.canvasStylePreview"
|
||||
>
|
||||
<van-sticky v-if="!isPc">
|
||||
<van-nav-bar :title="state.dvInfo.name" />
|
||||
</van-sticky>
|
||||
<de-preview
|
||||
ref="dashboardPreview"
|
||||
:dv-info="state.dvInfo"
|
||||
|
Loading…
Reference in New Issue
Block a user