change data/offlineapp style
This commit is contained in:
parent
70d25ff303
commit
d97bd5b603
|
@ -10,8 +10,9 @@ $this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
|
||||||
$this->breadcrumb('最近20条离线数据申请');
|
$this->breadcrumb('最近20条离线数据申请');
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
$this->breadcrumb()->setSeparator(' > ');
|
||||||
?>
|
?>
|
||||||
|
<div><?= $this->breadcrumb() ?> </div>
|
||||||
<div id="offlinelist">
|
<div id="offlinelist">
|
||||||
<table>
|
<table class="table table-striped">
|
||||||
<thead><tr>
|
<thead><tr>
|
||||||
<td class="name">姓名</td>
|
<td class="name">姓名</td>
|
||||||
<td class="unit">单位</td>
|
<td class="unit">单位</td>
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
ul{clear:left;list-style-type: none;}
|
|
||||||
li{float:left;}
|
|
||||||
.name {width:60px;}
|
.name {width:60px;}
|
||||||
.unit {width:120px;}
|
.unit {width:120px;}
|
||||||
.date {width:80px;}
|
.date {width:80px;}
|
||||||
|
|
Loading…
Reference in New Issue