820

parent 2e1590c3
......@@ -849,7 +849,7 @@ export default {
left:-7 * @toVw;
right:-7 * @toVw;
background: white;
height: 30vh;
height: 33vh;
}
}
.borderDiv {
......@@ -869,7 +869,7 @@ export default {
width: 100%;
min-height:100vh;
z-index:1300;
overflow:auto;
overflow:hidden;
}
.share-page {
position: fixed;
......@@ -1207,6 +1207,16 @@ export default {
}
}
}
@media screen and (min-width: 600px) {
.box{
overflow:auto;
}
.white-pannel {
.trs {
height: 30vh;
}
}
}
</style>
<style lang="less">
@import "../../util/public";
......
......@@ -104,7 +104,7 @@
</div>
</div>
</scroll>
<div class="parent-finish">
<div class="parent-finish" v-if="!orientationchange">
<div class="finish-block" v-if="nowShow === 3">
<img :src="finishStuat" @click="finishStudy" />
</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