兰宝车间质量管理系统-前端
dzk
2024-04-17 a541d61c0c2a111f9f87fde14d3557e37c3f1546
src/layout/components/InnerLink/index.vue
@@ -1,6 +1,6 @@
<template>
  <div :style="'height:' + height">
    <iframe :id="iframeId" style="width: 100%; height: 100%" :src="src" frameborder="no"></iframe>
    <iframe :id="iframeId" style="width: 100%; height: 100%; border: 0" :src="src"></iframe>
  </div>
</template>