Merge branch 'master' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/mobile into online

This commit is contained in:
dongruihua
2022-08-15 18:39:46 +08:00

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;