党建大屏
This commit is contained in:
		| @@ -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'" | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user