|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<section v-if="bizId !== -1" v-loading="loading" class="case-main">
|
|
<section v-if="bizId !== -1" v-loading="loading" class="case-main">
|
|
<iframe
|
|
<iframe
|
|
- id="useCaseIframe"
|
|
|
|
|
|
+ id="useCaseIfr"
|
|
:class="{ 'full-screen': fullScreen}"
|
|
:class="{ 'full-screen': fullScreen}"
|
|
frameborder="0"
|
|
frameborder="0"
|
|
scrolling="no"
|
|
scrolling="no"
|
|
@@ -115,11 +115,11 @@ export default {
|
|
<style lang='less' scoped>
|
|
<style lang='less' scoped>
|
|
.case-main {
|
|
.case-main {
|
|
margin: 10px 0 0 10px;
|
|
margin: 10px 0 0 10px;
|
|
- overflow: scroll;
|
|
|
|
|
|
+ overflow: none;
|
|
}
|
|
}
|
|
-#useCaseIframe {
|
|
|
|
|
|
+#useCaseIfr {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 100vh;
|
|
|
|
|
|
+ height: calc(100vh - 72px);
|
|
}
|
|
}
|
|
.full-screen {
|
|
.full-screen {
|
|
position: fixed;
|
|
position: fixed;
|