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