Commit dc37d15f by liangzhen

换下样式

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