index.vue 315 B

12345678910111213141516171819
  1. <template>
  2. <div class="znxz_box">
  3. <iframe border="0" frameborder="no" src='https://ai.zrzyt.zj.gov.cn:10086/gdfx/#/sjznfx' />
  4. </div>
  5. </template>
  6. <script lang="ts">
  7. </script>
  8. <style lang="scss" scoped>
  9. .znxz_box {
  10. width: 100%;
  11. height: 100%;
  12. >iframe {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. }
  17. </style>