onlineExcelInfo.vue 359 B

1234567891011121314151617
  1. <template>
  2. <div class="container" id="container">
  3. <iframe height="100%" width="100%" src="/static/views/kccExcel.html" frameborder="0"></iframe>
  4. </div>
  5. </template>
  6. <style scoped>
  7. .containerr {
  8. background: #fff;
  9. height: calc(100vh);
  10. width: calc(100vw);
  11. position: fixed;
  12. left: 0;
  13. top: 0;
  14. overflow: hidden;
  15. }
  16. </style>