From 9c842ecd03ef4a7d14072e1257770c510c34069a Mon Sep 17 00:00:00 2001 From: Ocetars Date: Wed, 3 Dec 2025 15:24:53 +0800 Subject: [PATCH] =?UTF-8?q?style(command-page):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E9=A1=B5=E9=9D=A2=E8=A1=A8=E6=A0=BC=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=92=8C=E5=9B=BE=E6=A0=87=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/views/CommandPage.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dashboard/src/views/CommandPage.vue b/dashboard/src/views/CommandPage.vue index ac4637c3c..1bd9c23c3 100644 --- a/dashboard/src/views/CommandPage.vue +++ b/dashboard/src/views/CommandPage.vue @@ -68,7 +68,7 @@ const detailsDialog = reactive({ const commandHeaders = computed(() => [ { title: tm('table.headers.command'), key: 'effective_command', width: '180px' }, { title: tm('table.headers.plugin'), key: 'plugin', width: '140px' }, - { title: tm('table.headers.description'), key: 'description', sortable: false, maxWidth: '280px' }, + { title: tm('table.headers.description'), key: 'description', sortable: false, maxWidth: '260px' }, { title: tm('table.headers.permission'), key: 'permission', sortable: false, width: '100px' }, { title: tm('table.headers.status'), key: 'enabled', sortable: false, width: '120px' }, { title: tm('table.headers.actions'), key: 'actions', sortable: false, width: '160px' } @@ -432,7 +432,7 @@ onMounted(async () => {