From 9d2c7995e9ddc8139d696298dd80f9ba7daecae9 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Wed, 31 May 2023 23:57:29 +0800 Subject: [PATCH] =?UTF-8?q?refactor(web):=20=E4=BC=98=E5=8C=96=E8=A1=A8?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/components/table-tab.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/components/table-tab.js b/web/components/table-tab.js index de08aff..95a5fd3 100644 --- a/web/components/table-tab.js +++ b/web/components/table-tab.js @@ -156,6 +156,7 @@ function tableTab() { align: 'center', ...mappingField('syncRunning', tableRunningStateMapping), className: 'bg-green-50', + width: 140, }, { name: 'source_start_time', @@ -203,6 +204,7 @@ function tableTab() { align: 'center', ...mappingField('compactionRunning', tableRunningStateMapping), className: 'bg-cyan-50', + width: 140, }, { name: 'compaction_status',