index.vue 323 B

123456789101112131415
  1. <script setup>
  2. </script>
  3. <template>
  4. <section class="viewport">
  5. <iframe src="http://10.0.0.28:8088/superset/dashboard/3/?permalink_key=jDdkVZ3kl5Y&standalone=true" frameborder="0"
  6. style="width: 100%; height: 100%;"></iframe>
  7. </section>
  8. </template>
  9. <style>
  10. .viewport {
  11. height: calc(100vh - 84px);
  12. }
  13. </style>