Commit 60154000 by 莫晓莉

mxl

parent 53ae92a1
......@@ -145,5 +145,11 @@
background-color: #0faeff;
}
/* 空 */
.empty-v{
padding:250upx 0 0 0;text-align: center;color:#bcbcbc;
}
.empty-v .empty-icon{
display:block;width:100upx;height:100upx;margin:15upx auto;
}
</style>
......@@ -16,6 +16,13 @@
</view>
</view>
<view v-if="satisHisList.length==0" class="empty-v" style="">
<image class="empty-icon" style="" src="../../static/login/suggest.png">
暂无反馈意见
</view>
<!-- <view class="flex m-list" style="">
<image class="head-img" style="" src="../../static/img/app-icon.png"></image>
......
......@@ -16,8 +16,12 @@
<view class="his-item-result mt10">审批结果:{{item.applyResult}}</view>
</view>
</view>
<view v-if="applyProjectList.length==0" style="text-align: center;padding:150upx 0;">
<!-- <view v-if="applyProjectList.length==0" style="text-align: center;padding:150upx 0;">
没有数据
</view> -->
<view v-if="applyProjectList.length==0" class="empty-v" style="">
<image class="empty-icon" style="" src="../../static/login/apply.png">
暂无申请记录
</view>
<!-- </block> -->
......
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 to comment