12345678910111213141516171819 |
- <template>
- <div class="znxz_box">
- <iframe border="0" frameborder="no" src='https://ai.zrzyt.zj.gov.cn:10086/gdfx/#/sjznfx' />
- </div>
- </template>
- <script lang="ts">
- </script>
- <style lang="scss" scoped>
- .znxz_box {
- width: 100%;
- height: 100%;
- >iframe {
- width: 100%;
- height: 100%;
- }
- }
- </style>
|