增加标题文字大小控制

This commit is contained in:
aixianling
2024-03-01 11:29:37 +08:00
parent 75f3efa38a
commit 66d0f0c8ab
4 changed files with 33 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
<template>
<section class="preview">
<ai-dv-wrapper :views="[{label: '返回'}]" :theme="config.theme" @change="handleBack" v-if="screenId" :title="info.name" :background="bgImg">
<ai-dv-wrapper :views="[{label: '返回'}]" :theme="config.theme" @change="handleBack" v-if="screenId" :title="info.name" :background="bgImg" :titleSize="config.titleSize">
<ai-dv-viewer :urlPrefix="urlPrefix" :instance="instance" :dict="dict" :id="screenId"/>
</ai-dv-wrapper>
</section>