Commit 9aec26d1 authored by 罗超's avatar 罗超

1

parent c2b80729
...@@ -46,7 +46,12 @@ ...@@ -46,7 +46,12 @@
/> />
</view> </view>
</view> </view>
<view class="questionView"> <view
class="questionView"
:style="{
height: `calc(100vh - 334rpx - ${statusBarHeight}px)`,
}"
>
<view <view
v-for="(item2, index2) in item1.QuestionContentObj" v-for="(item2, index2) in item1.QuestionContentObj"
:key="index2" :key="index2"
...@@ -506,6 +511,9 @@ export default { ...@@ -506,6 +511,9 @@ export default {
align-items: center; align-items: center;
} }
.questionView {
overflow-y: auto;
}
.audioBox { .audioBox {
width: 120rpx; width: 120rpx;
height: 30rpx; height: 30rpx;
......
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