Commit fa84900780ad5e068f8b1bcf5d420ad5b650682a

Authored by xianghenggang
1 parent 028670a918

no message

Showing 1 changed file with 1 additions and 1 deletions

littleApp_child/pages/system_notifacations/system_notifacations.wxml View file @ fa84900
... ... @@ -53,7 +53,7 @@
53 53 </view>
54 54 </view>
55 55  
56   -<view class="backgroundView" wx:if="{{noData == true}}">
  56 +<view class="backgroundView" style="margin-top:40px" wx:if="{{noData == true}}">
57 57 <image class="empty_icon" mode="aspectFit" src="../../source/empty.png"></image>
58 58 <view class="empty_text">暂时没有消息通知哦!</view>
59 59 </view>