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

1

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