From d2befea6598e943fbf1bee7dffdd33f766f8fa7f Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 12 Mar 2026 09:08:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E6=A3=80=E9=AA=8C=E8=A1=A8=E6=A0=BC=E8=A1=A8=E5=A4=B4=E6=96=87?= =?UTF-8?q?=E6=A1=88=E9=9D=A0=E5=B7=A6=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogbw_check_table.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/wpm_bx/mlogbw_check_table.vue b/src/views/wpm_bx/mlogbw_check_table.vue index da5c555e..e3ae7b3a 100644 --- a/src/views/wpm_bx/mlogbw_check_table.vue +++ b/src/views/wpm_bx/mlogbw_check_table.vue @@ -1142,6 +1142,9 @@ tbody tr:nth-child(odd) { background-color: #f5f7fa; } +th{ + text-align: left; +} tr{ min-height: 40px; } @@ -1154,7 +1157,7 @@ td { border-bottom: 1px solid #ebeef5; } th{ - padding: 12px 0; + padding: 12px 5px; min-height: 40px; font-size: 12px; color: #909399;