党建大屏

This commit is contained in:
yanran200730
2022-05-06 16:25:55 +08:00
parent 55e3ab0612
commit 39f6cb1ff2
5 changed files with 101 additions and 4 deletions

View File

@@ -61,9 +61,10 @@
:params="query"
@change="onChange"
:urlPrefix="urlPrefix"
:theme="config.theme"
@close="isShowLayout = false">
</Layout>
<ai-dv-wrapper :views="[{label: '返回'}]" @change="screenId = false" v-if="screenId" :title="form.name">
<ai-dv-wrapper :views="[{label: '返回'}]" :theme="config.theme" @change="screenId = false" v-if="screenId" :title="form.name">
<AiDvBackground
:theme="config.theme"
v-if="config.length || config.theme === '1'"

View File

@@ -60,7 +60,7 @@
width: bigscreenWidth + 'px',
height: bigscreenHeight + 'px'
}">
<ai-dv-wrapper style="height: 100%" :title="params.name">
<ai-dv-wrapper style="height: 100%" :title="params.name" :theme="dashboard.theme">
<div style="width: 100%; height: 100%">
<AiDvBackground
:theme="dashboard.theme"