Commit 60154000 by 莫晓莉

mxl

parent 53ae92a1
...@@ -145,5 +145,11 @@ ...@@ -145,5 +145,11 @@
background-color: #0faeff; 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> </style>
...@@ -17,6 +17,13 @@ ...@@ -17,6 +17,13 @@
</view> </view>
</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=""> <!-- <view class="flex m-list" style="">
<image class="head-img" style="" src="../../static/img/app-icon.png"></image> <image class="head-img" style="" src="../../static/img/app-icon.png"></image>
<view> <view>
......
...@@ -16,8 +16,12 @@ ...@@ -16,8 +16,12 @@
<view class="his-item-result mt10">审批结果:{{item.applyResult}}</view> <view class="his-item-result mt10">审批结果:{{item.applyResult}}</view>
</view> </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> </view>
<!-- </block> --> <!-- </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