1234567891011121314151617181920212223 |
- <template>
- <div id="screen" >
- <iframe frameborder="no" src="http://10.70.192.23:7001/share/5ab3b066-5705-4558-ab20-7e789a5a7e47" width="100%" height="100%"></iframe>
- </div>
- </template>
- <script>
- export default {
- name: "r4",
- };
- </script>
- <style>
- #screen{
- padding:0px;
- margin:0px;
- position:absolute;
- top:0px;
- left:0px;
- width:100%;
- height:100%;
- border:hidden;
- }
- </style>
|