UI更新
This commit is contained in:
@@ -89,6 +89,7 @@ const toDetailPage = (id) => {
|
||||
>
|
||||
<PointRecord :data="item" />
|
||||
</view>
|
||||
<view class="no-data" v-if="list.length === 0">暂无数据</view>
|
||||
</ScrollList>
|
||||
</view>
|
||||
<SModal
|
||||
@@ -183,4 +184,13 @@ const toDetailPage = (id) => {
|
||||
margin-bottom: 0;
|
||||
height: calc(100% - 70px);
|
||||
}
|
||||
.no-data {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #999999;
|
||||
font-size: 14px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user