index.vue 613 B

123456789101112131415161718192021222324252627282930313233
  1. <template>
  2. <div style="height: 100%">
  3. <iframe
  4. :src="url"
  5. width="100%"
  6. height="100%"
  7. frameborder="0"
  8. scrolling="auto"
  9. ></iframe>
  10. </div>
  11. </template>
  12. <script>
  13. export default {
  14. data() {
  15. return {
  16. url: "http://10.81.3.155:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$cf794177cf764f258f8105c6d3b03f3c$8d845c96594c422caf0bcd332e09ec0d&id=admin&pw=admin",
  17. };
  18. },
  19. };
  20. </script>
  21. <style lang="less" scope>
  22. @titleGray: #9ca5a8;
  23. @rowGray: #606769;
  24. @darkBack: #536268;
  25. .knowledge-2 {
  26. .el-select {
  27. width: 200px;
  28. }
  29. .el-input {
  30. width: 200px;
  31. }
  32. }
  33. </style>