提交 ae049665 编写于 作者: G gongfuxiang

细节优化,无数据提示样式优化

上级 b06df56e
<div class="table-no"><i class="am-icon-warning"></i> 没有相关数据</div>
\ No newline at end of file
<div class="table-no">
<i class="am-icon-skyatlas am-icon-lg"></i>
<p class="am-margin-top-sm">没有相关数据</p>
</div>
\ No newline at end of file
<div class="table-no"><i class="am-icon-warning"></i> 没有相关数据</div>
\ No newline at end of file
<div class="table-no">
<i class="am-icon-skyatlas am-icon-lg"></i>
<p class="am-margin-top-sm">没有相关数据</p>
</div>
\ No newline at end of file
......@@ -808,7 +808,7 @@ class OrderService
return DataReturn('订单信息有误', -1);
}
return DataReturn('订单信息有误', 0, [
return DataReturn('获取成功', 0, [
'pay_log_data' => $pay_log_data,
'order_list' => $order_list,
]);
......
......@@ -22,7 +22,12 @@ html input[disabled] { cursor: default !important; color: #b1b1b1 !important; ba
text-align: center;
padding: 115px 0;
background: #FFF;
color: #888;
color: #b9b7b7;
}
.table-no > i {
font-size: 18px;
color: #e8e8e8;
display: block;
}
/* 公共dl样式 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册