Sfoglia il codice sorgente

Adjust the width of the column

dong 1 anno fa
parent
commit
723fbc6b58
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 5 2
      admin/templates/default/arw.monitor.php

+ 5 - 2
admin/templates/default/arw.monitor.php

@@ -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>