We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c832af7 commit 216d8c0Copy full SHA for 216d8c0
src/views/report/jmreport/index.vue
@@ -2,8 +2,9 @@
2
<ContentWrap>
3
<doc-alert title="报表设计器" url="https://doc.iocoder.cn/report/" />
4
5
- <ContentWrap :bodyStyle="{ padding: '0px' }" class="!mb-0">
6
- <IFrame :src="src" />
+ <ContentWrap :bodyStyle="{ padding: '0px' }" class="!mb-0">
+ <IFrame :src="src" />
7
+ </ContentWrap>
8
</ContentWrap>
9
</template>
10
<script lang="ts" setup>
0 commit comments