Browse Source

修改iframe大小

dev^2
dai 2 years ago
parent
commit
71346cbe8f
  1. 2
      src/views/main-shuju/main-content.vue

2
src/views/main-shuju/main-content.vue

@ -18,7 +18,7 @@
height="100%"
frameborder="0"
scrolling="yes"
:style="{ height: $store.state.fixed1920.height - 100 + 'px' }"
:style="{ width: '1920px', height: $store.state.fixed1920.height+ 'px' }"
/>
</template>
<keep-alive v-show="!tabIsIframe($router.currentRoute.meta.iframeURL)">

Loading…
Cancel
Save