820

parent 2e1590c3
...@@ -849,7 +849,7 @@ export default { ...@@ -849,7 +849,7 @@ export default {
left:-7 * @toVw; left:-7 * @toVw;
right:-7 * @toVw; right:-7 * @toVw;
background: white; background: white;
height: 30vh; height: 33vh;
} }
} }
.borderDiv { .borderDiv {
...@@ -869,7 +869,7 @@ export default { ...@@ -869,7 +869,7 @@ export default {
width: 100%; width: 100%;
min-height:100vh; min-height:100vh;
z-index:1300; z-index:1300;
overflow:auto; overflow:hidden;
} }
.share-page { .share-page {
position: fixed; position: fixed;
...@@ -1207,6 +1207,16 @@ export default { ...@@ -1207,6 +1207,16 @@ export default {
} }
} }
} }
@media screen and (min-width: 600px) {
.box{
overflow:auto;
}
.white-pannel {
.trs {
height: 30vh;
}
}
}
</style> </style>
<style lang="less"> <style lang="less">
@import "../../util/public"; @import "../../util/public";
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
</div> </div>
</div> </div>
</scroll> </scroll>
<div class="parent-finish"> <div class="parent-finish" v-if="!orientationchange">
<div class="finish-block" v-if="nowShow === 3"> <div class="finish-block" v-if="nowShow === 3">
<img :src="finishStuat" @click="finishStudy" /> <img :src="finishStuat" @click="finishStudy" />
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment