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 216d8c0 commit b997004Copy full SHA for b997004
src/views/report/goview/index.vue
@@ -2,8 +2,9 @@
2
<ContentWrap>
3
<doc-alert title="大屏设计器" url="https://doc.iocoder.cn/report/screen/" />
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