Commit 4178395a by 张辉

uodate

parent a0e78312
Showing with 9 additions and 1 deletions
......@@ -6,7 +6,7 @@
<div class="data-table" id="dataTable">
<mescroll-vue ref="mescroll" :up="mescrollUp" @init="mescrollInit">
<div class="container-wrap" id="container-wrap">
<div class="container-wrap" id="container-wrap" v-if="dataList.length > 0">
<div class="list" v-for="(item, index) in dataList" :key="index">
<div class="title">
<div class="title_info">{{ item.feeType }}</div>
......@@ -19,6 +19,9 @@
</p>
</div>
</div>
<div class="empty_data" v-else>
暂无{{title}}数据
</div>
</mescroll-vue>
</div>
</div>
......@@ -148,6 +151,11 @@ export default {
.orangeColor {
color: #ff8a05;
}
.empty_data{
color:#c2c2c2;
margin:100px auto;
width: 120px;
}
.container-wrap {
padding: 0 16px;
.list {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment