【功能修复】report 缺少 ContentWrap 报错

pull/514/MERGE
YunaiV 2024-08-25 10:36:55 +08:00
parent c832af77e8
commit 216d8c00b2
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@
<ContentWrap>
<doc-alert title="报表设计器" url="https://doc.iocoder.cn/report/" />
<ContentWrap :bodyStyle="{ padding: '0px' }" class="!mb-0">
<IFrame :src="src" />
<ContentWrap :bodyStyle="{ padding: '0px' }" class="!mb-0">
<IFrame :src="src" />
</ContentWrap>
</ContentWrap>
</template>
<script lang="ts" setup>