From c63e8925442fd3da5def57fa98e16b89298eecd2 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 30 May 2024 18:00:50 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=B3=BB=E7=BB=9F=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=8E=BB=E9=99=A4=E8=AF=B7=E6=B1=82=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/log/operate/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/system/log/operate/index.vue b/src/views/system/log/operate/index.vue index b56c835d..3238b8b0 100644 --- a/src/views/system/log/operate/index.vue +++ b/src/views/system/log/operate/index.vue @@ -106,7 +106,7 @@ let tableColumns: ColumnsType = [ title: t('views.system.log.operate.moduleName'), dataIndex: 'title', align: 'left', - width: 200, + width: 250, }, { title: t('views.system.log.operate.workType'), @@ -121,12 +121,12 @@ let tableColumns: ColumnsType = [ align: 'left', width: 120, }, - { - title: t('views.system.log.operate.requestMe'), - dataIndex: 'requestMethod', - align: 'left', - width: 150, - }, + // { + // title: t('views.system.log.operate.requestMe'), + // dataIndex: 'requestMethod', + // align: 'left', + // width: 150, + // }, { title: t('views.system.log.operate.host'), dataIndex: 'operIp',