소스 검색

初始化

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' }
                 ]]
             });