index.vue 693 B

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