From dd0b01f3be85e9d8783e7266ffe6dee50dace7cd Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期一, 25 五月 2020 14:57:16 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/operateLog/operateLog.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/operateLog/operateLog.js b/src/main/webapp/static/js/operateLog/operateLog.js
index 14073f1..7bb667e 100644
--- a/src/main/webapp/static/js/operateLog/operateLog.js
+++ b/src/main/webapp/static/js/operateLog/operateLog.js
@@ -17,8 +17,8 @@
         toolbar: '#toolbar',
         cellMinWidth: 50,
         cols: [[
-            {type: 'checkbox', fixed: 'left'}
-            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
+            {type: 'checkbox'}
+            ,{field: 'id', title: 'ID', sort: true,align: 'center', width: 80}
             ,{field: 'action', align: 'center',title: '璁块棶鍦板潃'}
             ,{field: 'userId$', align: 'center',title: '鐢ㄦ埛',event: 'userId', style: 'text-decoration: underline;cursor:pointer'}
             ,{field: 'ip',  edit:'text', align: 'center',title: '瀹㈡埛绔疘P'}

--
Gitblit v1.9.1