LIJIAN преди 1 месец
родител
ревизия
ce6f9b26fc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ema-admin/src/main/resources/web/pages/log/log_list.html

+ 1 - 1
ema-admin/src/main/resources/web/pages/log/log_list.html

@@ -87,7 +87,7 @@
                     { field: 'status', title: '状态', width: 100, templet: '#statusTpl' },
                     { field: 'duration', title: '耗时(ms)', width: 100 },
                     { field: 'operTime', title: '操作时间', width: 150, templet: function(d) { return Common.formatDate(d.operTime); } },
-                    { fixed: 'right', title: '操作', width: 200, align: 'center', toolbar: '#toolbar' }
+                    { fixed: 'right', title: '操作', width: 100, align: 'center', toolbar: '#toolbar' }
                 ]]
             });