This commit is contained in:
alvis 2020-08-17 11:18:31 +08:00
parent 6b275e87d8
commit c93235ae43
2 changed files with 16 additions and 12 deletions

View File

@ -9,7 +9,7 @@
<i-cell wx:for="{{tableData}}" data-item="item" wx:key="{{item.id}}" title="{{item.name}}" is-link url="/pages/exam/do/index?id={{item.id}}" value="{{item.subjectName}}"></i-cell>
</i-cell-group>
</view>
<i-load-more tip="{{loadMoreTip}}" loading="{{loadMoreLoad}}" />
<i-load-more tip="{{loadMoreTip}}" loading="{{loadMoreLoad}}" i-class="xzs-load-more" />
<i-spin size="large" fix wx:if="{{ spinShow }}"></i-spin>
<i-message id="message" />
</view>

View File

@ -1,3 +1,7 @@
.exam-tab-view {
margin-top: 42px;
}
.xzs-load-more {
margin-top: 60px !important;
}