change data/offlineapp style

This commit is contained in:
wlx 2013-05-07 02:45:31 +00:00
parent 70d25ff303
commit d97bd5b603
2 changed files with 2 additions and 3 deletions

View File

@ -10,8 +10,9 @@ $this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
$this->breadcrumb('最近20条离线数据申请');
$this->breadcrumb()->setSeparator(' > ');
?>
<div><?= $this->breadcrumb() ?> </div>
<div id="offlinelist">
<table>
<table class="table table-striped">
<thead><tr>
<td class="name">姓名</td>
<td class="unit">单位</td>

View File

@ -1,5 +1,3 @@
ul{clear:left;list-style-type: none;}
li{float:left;}
.name {width:60px;}
.unit {width:120px;}
.date {width:80px;}