From 1b84a1519b52de215685034e8e063ac47e49237b Mon Sep 17 00:00:00 2001
From: Anyon <zoujingli@qq.com>
Date: Thu, 22 Aug 2019 00:09:55 +0800
Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E7=B3=BB?=
 =?UTF-8?q?=E7=BB=9F=E5=90=8E=E5=8F=B0=E6=97=A5=E5=BF=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 application/admin/view/oplog/index.html | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/application/admin/view/oplog/index.html b/application/admin/view/oplog/index.html
index fd5ce7de2..39e809c90 100644
--- a/application/admin/view/oplog/index.html
+++ b/application/admin/view/oplog/index.html
@@ -22,8 +22,7 @@
             <th class='list-table-check-td think-checkbox'>
                 <input data-auto-none data-check-target='.list-check-box' type='checkbox'>
             </th>
-            <th class='text-left nowrap'>操作账号</th>
-            <th class='text-left nowrap'>权限节点</th>
+            <th class='text-left nowrap'>操作权限</th>
             <th class='text-left nowrap'>操作行为</th>
             <th class='text-left nowrap'>地理位置</th>
             <th class='text-left nowrap'>操作时间</th>
@@ -36,8 +35,10 @@
             <td class='list-table-check-td think-checkbox'>
                 <input class="list-check-box" value='{$vo.id}' type='checkbox'>
             </td>
-            <td class="text-left nowrap">{$vo.username|default='-'}</td>
-            <td class="text-left nowrap">{$vo.node|default='-'}</td>
+            <td class="text-left nowrap">
+                <span class="font-w7">{$vo.username|default='-'}</span><br>
+                <span class="color-desc">{$vo.node|default='-'}</span>
+            </td>
             <td class='text-left nowrap'>
                 <p class="color-text">{$vo.action|default='-'}</p>
                 <p class="color-desc">{$vo.content|default='-'}</p>