Browse Source

增加列表数据为空时的置空状态

pull/9/head
Jason 3 years ago
parent
commit
e650a57a28
  1. 12
      view/css/admin_style.css
  2. 1
      view/templates/index/after_sale_list.html
  3. 1
      view/templates/index/order_list.html
  4. 1
      view/templates/index/wait_deliver_list.html

12
view/css/admin_style.css

@ -843,3 +843,15 @@ body{
.admin-container-outer .layui-table-body{
overflow-x: hidden;
}
.admin-blank-table p{
width: 100%;
height: 18px;
font-size: 13px;
font-family: PingFangSC-Medium;
font-weight: 500;
color: #636C78;
line-height: 18px;
text-align: center;
position: relative;
top: -8.5px;
}

1
view/templates/index/after_sale_list.html

@ -35,6 +35,7 @@
<table class="layui-hide" id="deliver_remind_list" lay-filter="deliver-remind-table"></table>
<div class="admin-blank-table">
<img src="/images/blank_table.png" alt="">
<p>暂无数据</p>
</div>
</div>
</div>

1
view/templates/index/order_list.html

@ -35,6 +35,7 @@
<table class="layui-hide" id="deliver_remind_list" lay-filter="deliver-remind-table"></table>
<div class="admin-blank-table">
<img src="/images/blank_table.png" alt="">
<p>暂无数据</p>
</div>
</div>
</div>

1
view/templates/index/wait_deliver_list.html

@ -34,6 +34,7 @@
<table class="layui-hide" id="deliver_remind_list" lay-filter="deliver-remind-table"></table>
<div class="admin-blank-table">
<img src="/images/blank_table.png" alt="">
<p>暂无数据</p>
</div>
</div>
</div>

Loading…
Cancel
Save