From 69babe99949d40c195e529d29bbf6b7e8bf48419 Mon Sep 17 00:00:00 2001 From: wangfq Date: Tue, 9 Jun 2026 14:17:25 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=B5=8B=E8=AF=95=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=88=97=E4=B8=8D=E6=8D=A2=E8=A1=8C=EF=BC=8C?= =?UTF-8?q?=E5=88=97=E5=AE=BD=E4=B8=8D=E5=B0=8F=E4=BA=8E=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- edc-web/app/templates/test_data.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/edc-web/app/templates/test_data.html b/edc-web/app/templates/test_data.html index 01949c8..01baebf 100644 --- a/edc-web/app/templates/test_data.html +++ b/edc-web/app/templates/test_data.html @@ -91,6 +91,8 @@ font-size: 13px; } .btn-delete:hover { background: #e74c3c; color: #fff; } +#test-data-table th, +#test-data-table td { white-space: nowrap; }