提交 31220d50 authored 作者: chengye's avatar chengye

修复细节

上级 38032907
...@@ -68,6 +68,6 @@ class guest extends Controller ...@@ -68,6 +68,6 @@ class guest extends Controller
} }
$this->assign('useage',isset($ues)?$ues:[]); $this->assign('useage',isset($ues)?$ues:[]);
return $this->fetch(); return $this->fetch('index/detail');
} }
} }
\ No newline at end of file
...@@ -183,6 +183,7 @@ ...@@ -183,6 +183,7 @@
<table class="layui-table"> <table class="layui-table">
<thead> <thead>
<tr> <tr>
<th>表号</th>
<th>开始时间</th> <th>开始时间</th>
<th>结束时间</th> <th>结束时间</th>
<th>用电数</th> <th>用电数</th>
......
...@@ -119,6 +119,8 @@ ul.station_flow li.active>*{ ...@@ -119,6 +119,8 @@ ul.station_flow li.active>*{
z-index: 9999; z-index: 9999;
display: inline-block; display: inline-block;
vertical-align:top; vertical-align:top;
min-width: 155px;
max-width: 170px;
} }
#qrcard .qrinfo .layui-inline-block{ #qrcard .qrinfo .layui-inline-block{
line-height:33px; line-height:33px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论