From 0477e4aa4ff5cf716a8769aa58da9a2686965a6b Mon Sep 17 00:00:00 2001 From: wolfcode <37436228+wolf-leo@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:00:34 +0800 Subject: [PATCH] Update log.js --- public/static/admin/js/system/log.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/static/admin/js/system/log.js b/public/static/admin/js/system/log.js index d5c43bb..5102a48 100644 --- a/public/static/admin/js/system/log.js +++ b/public/static/admin/js/system/log.js @@ -13,6 +13,7 @@ define(["jquery", "easy-admin"], function ($, ea) { var util = layui.util; ea.table.render({ init: init, + lineStyle: 'height: auto;', toolbar: ['refresh', 'export'], cols: [[ {field: 'id', width: 80, title: 'ID', search: false}, @@ -24,7 +25,7 @@ define(["jquery", "easy-admin"], function ($, ea) { } }, {field: 'method', width: 100, title: '请求方法'}, - {field: 'title', width: 180, title: '请求标题'}, + {field: 'title', minWidth: 180, title: '请求标题'}, {field: 'ip', width: 150, title: 'IP地址'}, {field: 'url', minWidth: 150, title: '路由地址', align: "left"}, {