|
@@ -76,7 +76,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 移动端 -->
|
|
|
- <div class="datiing" v-if="isMobile">
|
|
|
+ <div class="datiing" v-if="isMobile" :class="{'scroll':status == '答题完成'}">
|
|
|
<div class="jishi">
|
|
|
<div class="bar">
|
|
|
<div
|
|
@@ -472,6 +472,13 @@ export default {
|
|
|
justify-items: center;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+// 答题完成时 添加类scroll 整体可以滑动
|
|
|
+.scroll {
|
|
|
+ overflow-y: auto!important;
|
|
|
+ overflow-x: hidden;
|
|
|
+}
|
|
|
+// 移动端
|
|
|
.qmobile .datiing {
|
|
|
width: 95%;
|
|
|
top: 40px;
|
|
@@ -544,10 +551,10 @@ export default {
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
margin-top:34px;
|
|
|
- max-height: 30%;
|
|
|
+ // max-height: 30%;
|
|
|
padding: 10px 0;
|
|
|
- overflow-y: auto;
|
|
|
- overflow-x:hidden;
|
|
|
+ // overflow-y: auto;
|
|
|
+ // overflow-x:hidden;
|
|
|
>.qbtn {
|
|
|
width: 286px;
|
|
|
height: 55px;
|