r4.vue 420 B

1234567891011121314151617181920212223
  1. <template>
  2. <div id="screen" >
  3. <iframe frameborder="no" src="http://10.70.192.23:7001/share/5ab3b066-5705-4558-ab20-7e789a5a7e47" width="100%" height="100%"></iframe>
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. name: "r4",
  9. };
  10. </script>
  11. <style>
  12. #screen{
  13. padding:0px;
  14. margin:0px;
  15. position:absolute;
  16. top:0px;
  17. left:0px;
  18. width:100%;
  19. height:100%;
  20. border:hidden;
  21. }
  22. </style>