|
@@ -15,6 +15,9 @@
|
|
|
.width-twenty-three{
|
|
|
width: 23%;
|
|
|
}
|
|
|
+ .width-twenty{
|
|
|
+ width: 20%;
|
|
|
+ }
|
|
|
</style>
|
|
|
|
|
|
<?php defined('InShopNC') or exit('Access Invalid!'); ?>
|
|
@@ -46,8 +49,8 @@
|
|
|
<thead>
|
|
|
<tr class="thead">
|
|
|
<th class="align-left">ip</th>
|
|
|
- <th class="align-center width-twenty-three">类型</th>
|
|
|
- <th class="align-center width-ten">更新时间</th>
|
|
|
+ <th class="align-center">类型</th>
|
|
|
+ <th class="align-center width-twenty">更新时间</th>
|
|
|
<th class="align-center width-fifteen">/mnt</th>
|
|
|
<th class="align-center width-fifteen">/data</th>
|
|
|
<th class="align-center width-five">shoplog</th>
|