mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 11:56:47 +08:00
提交修改
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
解析:{{curItem.analysis}}
|
解析:{{curItem.analysis}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="height: 50px;"></view>
|
<view style="height: 150px;"></view>
|
||||||
<view class="bottom-fixed">
|
<view class="bottom-fixed">
|
||||||
<view class="bottom-btns">
|
<view class="bottom-btns">
|
||||||
<u-button type="info" text="上一题" @click="prevSub" class="next" v-if="curIndex>0"></u-button>
|
<u-button type="info" text="上一题" @click="prevSub" class="next" v-if="curIndex>0"></u-button>
|
||||||
@@ -306,7 +306,7 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 10px 0px;
|
padding: 10px 0px;
|
||||||
bottom: 00px;
|
bottom: 0px;
|
||||||
.bottom-btns {
|
.bottom-btns {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user