From 043d49cb20dde97a7bdbef813321c6645d68f23a Mon Sep 17 00:00:00 2001 From: tcy <1193318383@qq.com> Date: Fri, 29 Aug 2025 18:56:51 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=92=8C=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整了多行代码的缩进和换行方式,提高了代码可读性 - 在 Materials 和 QuestionUserAnswer 组件中进行了相似的格式化修改 - 未改变原有功能,仅优化了代码结构 --- src/views/materials/materials/index.vue | 51 ++++++++++--------- src/views/safety/questionUserAnswer/index.vue | 28 +++++----- 2 files changed, 41 insertions(+), 38 deletions(-) diff --git a/src/views/materials/materials/index.vue b/src/views/materials/materials/index.vue index 833a731..91385e7 100644 --- a/src/views/materials/materials/index.vue +++ b/src/views/materials/materials/index.vue @@ -1,11 +1,13 @@