|
@@ -312,7 +312,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="problem-body">
|
|
|
- <view class="problem-listBody">
|
|
|
+ <scroll-view scroll-y class="problem-listBody">
|
|
|
<view class="problem-listItem" :key="index" @click="() => {
|
|
|
problemListIndex=index
|
|
|
}
|
|
@@ -325,7 +325,7 @@
|
|
|
}">
|
|
|
{{ index + 1 }}
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </scroll-view>
|
|
|
</view>
|
|
|
<view class="problem-bottom">
|
|
|
<!-- <view @click="
|
|
@@ -679,13 +679,13 @@ export default {
|
|
|
height: 480rpx;
|
|
|
padding-top: 30rpx;
|
|
|
overflow-y: scroll;
|
|
|
- -webkit-overflow-scrolling: touch;
|
|
|
+
|
|
|
|
|
|
.problem-listBody {
|
|
|
display: inline-block;
|
|
|
overflow-y: scroll;
|
|
|
- -webkit-overflow-scrolling: touch;
|
|
|
-
|
|
|
+ height: 440rpx;
|
|
|
+
|
|
|
.problem-listItem {
|
|
|
display: inline-block;
|
|
|
width: 99rpx;
|