From 00c8615f29e8a163a017511af4ba5fb9a8ac1e9c Mon Sep 17 00:00:00 2001 From: wangyu <823267011@qq.com> Date: Fri, 26 Jun 2026 14:08:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(material):=20=E4=BF=AE=E5=A4=8D=20section?= =?UTF-8?q?=20=E8=BE=B9=E7=95=8C=E5=A4=9A=E4=BD=99=20=20=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E5=90=8E=E7=BB=AD=E5=8C=BA=E6=AE=B5=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E4=B8=A2=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 入口/酸洗/漂洗/出口 4 个 section 边界各有一处冗余 , 使得 .mat-page 根 div 在入口段后被提前关闭,后续段被 .mat-page 的 overflow-x:hidden 截掉, 表现为「参数都没了」。删除冗余 。 Co-Authored-By: Claude Opus 4.7 --- frontend/src/views/Material.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/frontend/src/views/Material.vue b/frontend/src/views/Material.vue index 6fffb63..253df93 100644 --- a/frontend/src/views/Material.vue +++ b/frontend/src/views/Material.vue @@ -291,8 +291,6 @@ - - @@ -328,8 +326,6 @@ - - @@ -368,8 +364,6 @@ - - @@ -408,8 +402,6 @@ - -