丰都大屏标题搞定

This commit is contained in:
aixianling
2023-10-12 18:17:46 +08:00
parent 6b7ff8e58c
commit ab92982e71
6 changed files with 53 additions and 86 deletions

View File

@@ -1,7 +1,7 @@
<template>
<section class="AppBIBoard" :class="{fullscreen}">
<ai-fit-view>
<ai-dv-wrapper ref="fddv">
<ai-dv-wrapper ref="fddv" title="丰收号-家庭互助" :instance="instance">
<template v-slot:head="head">
<fengdu-head v-bind="head" @fullscreen="handleFullScreen" @setting="handleSetting"/>
</template>
@@ -47,5 +47,9 @@ export default {
bottom: 0;
right: 0;
}
:deep(.viewPanel) {
background-image: url("./assets/img_bg.png");
}
}
</style>