提交修改

This commit is contained in:
daihh
2022-08-15 18:36:38 +08:00
parent 23a331a8ca
commit 051a5d3abd

View File

@@ -46,7 +46,7 @@
解析{{curItem.analysis}}
</view>
</view>
<view style="height: 50px;"></view>
<view style="height: 150px;"></view>
<view class="bottom-fixed">
<view class="bottom-btns">
<u-button type="info" text="上一题" @click="prevSub" class="next" v-if="curIndex>0"></u-button>
@@ -306,7 +306,7 @@
position: fixed;
width: 100%;
padding: 10px 0px;
bottom: 00px;
bottom: 0px;
.bottom-btns {
display: flex;
justify-content: center;