1234567891011121314151617 |
- <template>
- <div class="container" id="container">
- <iframe height="100%" width="100%" src="/static/views/kccExcel.html" frameborder="0"></iframe>
- </div>
- </template>
- <style scoped>
- .containerr {
- background: #fff;
- height: calc(100vh);
- width: calc(100vw);
- position: fixed;
- left: 0;
- top: 0;
- overflow: hidden;
- }
- </style>
|