index.vue 283 B

1234567891011121314151617
  1. <template>
  2. <iframe width="100%" src="https://news.zaojiao.net" frameborder="0"></iframe>
  3. </template>
  4. <style lang="scss" scoped>
  5. @import "~static/common/style.sass";
  6. iframe {
  7. margin: 0;
  8. padding: 0;
  9. height: calc(100vh - 191px - 72px - 10px);
  10. }
  11. </style>