From b7ee17558e1a3fb308660270e4b84cc7410fcd73 Mon Sep 17 00:00:00 2001 From: liyy <18435186204@163.com> Date: Fri, 4 Sep 2026 17:14:36 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=94=B3=E8=AE=BA=E5=8D=A0?= =?UTF-8?q?=E4=BD=8D=E9=A1=B5=E7=BA=AFdiv=E8=A1=8C=E6=94=B6=E6=95=9B?= =?UTF-8?q?=E5=88=B0AppStack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/practice/EssayView.vue | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/client/src/views/practice/EssayView.vue b/client/src/views/practice/EssayView.vue index 8e07b19..53beb82 100644 --- a/client/src/views/practice/EssayView.vue +++ b/client/src/views/practice/EssayView.vue @@ -22,10 +22,10 @@ const QUESTION_TYPES = [ 备考通当前聚焦行测闭环,申论功能正在规划中。

-
+ {{ t.name }} {{ t.desc }} -
+
@@ -49,10 +49,10 @@ const QUESTION_TYPES = [ -
+

当前为占位页面,不保存任何写作内容。建议先完成行测「刷题 → 错题复习 → 模考分析」闭环。

-
+
@@ -70,9 +70,7 @@ const QUESTION_TYPES = [ gap: var(--space-3); } .essay__type { - display: flex; - align-items: center; - gap: var(--space-3); + --stack-align: center; padding: var(--space-3); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); @@ -104,9 +102,7 @@ const QUESTION_TYPES = [ flex: none; } .essay__notice { - display: flex; - align-items: flex-start; - gap: var(--space-3); + --stack-align: flex-start; } .essay__notice svg { color: var(--warning);