Commit dc37d15f by liangzhen

换下样式

1 parent 01910af5
<template> <template>
<div>
<div id="parentElement" v-show="false">{{id}}</div> <iframe :src="zjIframe" frameborder="0" id="iframezj" ></iframe>
<iframe :src="zjIframe" frameborder="0" id="iframe" ></iframe>
</div>
</template> </template>
<script> <script>
...@@ -28,9 +26,10 @@ export default { ...@@ -28,9 +26,10 @@ export default {
</script> </script>
<style> <style>
#iframe{ #iframezj{
width: 100%; width: 100%;
height:100vh; /* height: 100vh; */
height: calc(100vh - 100px);
} }
</style> </style>
\ No newline at end of file
...@@ -36,12 +36,6 @@ export default { ...@@ -36,12 +36,6 @@ export default {
h2{ h2{
margin-top: 60px; margin-top: 60px;
} }
.mainpng{
margin-top: 50px;
width: 100%;
img{
width: 100%;
}
}
</style> </style>
\ No newline at end of file
...@@ -200,11 +200,9 @@ export default { ...@@ -200,11 +200,9 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.layout { .layout {
width: 100%; width: 100%;
height: 100%; height: calc(100vh - 100px);
position: relative; position: relative;
background: #fff; background: #fff;
// background: rgb(241, 242, 244);
// overflow:auto;
display: flex; display: flex;
flex-wrap: nowrap; flex-wrap: nowrap;
position: relative; position: relative;
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<style lang="scss" scoped> <style lang="scss" scoped>
#iframe{ #iframe{
width: 100%; width: 100%;
height:100vh; height: 100vh;
} }
</style> </style>
\ No newline at end of file
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<style lang="scss" scoped> <style lang="scss" scoped>
#iframe{ #iframe{
width: 100%; width: 100%;
height:100vh; height: 100vh;
} }
</style> </style>
\ No newline at end of file
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<style lang="scss" scoped> <style lang="scss" scoped>
#iframe{ #iframe{
width: 100%; width: 100%;
height:100vh; height: 100vh;
} }
</style> </style>
\ No newline at end of file
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<style lang="scss" scoped> <style lang="scss" scoped>
#iframe{ #iframe{
width: 100%; width: 100%;
height:100vh; height: 100vh;
} }
</style> </style>
\ No newline at end of file
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<style lang="scss" scoped> <style lang="scss" scoped>
#iframe{ #iframe{
width: 100%; width: 100%;
height:100vh; height: 100vh;
} }
</style> </style>
\ No newline at end of file
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<style lang="scss" scoped> <style lang="scss" scoped>
#iframe{ #iframe{
width: 100%; width: 100%;
height:100vh; height: 100vh;
} }
</style> </style>
\ No newline at end of file
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<style lang="scss" scoped> <style lang="scss" scoped>
#iframe{ #iframe{
width: 100%; width: 100%;
height:100vh; height: 100vh;
} }
</style> </style>
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!