From 8224f36567cc6a9450e8f31330a04f38f8d1c3d7 Mon Sep 17 00:00:00 2001 From: guanhuan Date: Fri, 6 Jun 2025 15:24:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E8=AE=A1=E5=88=92=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_demand_plan/static/src/scss/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sf_demand_plan/static/src/scss/style.css b/sf_demand_plan/static/src/scss/style.css index 0e4e6ff0..f5b687fb 100644 --- a/sf_demand_plan/static/src/scss/style.css +++ b/sf_demand_plan/static/src/scss/style.css @@ -4,4 +4,8 @@ .demand_plan_tree .o_list_table_grouped th:not(.o_list_record_selector,.row_no,[data-name=sequence]) { width: 98px !important; -} \ No newline at end of file +} + +.demand_plan_tree .o_list_table_ungrouped { + min-width: 1900px; +}