From f97d821b099887332e2b81bc6e5c0186816dc282 Mon Sep 17 00:00:00 2001 From: empty Date: Mon, 12 Jan 2026 03:36:41 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=8C=83=E5=BC=8F=E5=88=86?= =?UTF-8?q?=E6=AE=B5=E5=86=99=E4=BD=9C=E9=A1=B5=E9=9D=A2=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E6=94=AF=E6=8C=81=E5=9B=BE=E6=A0=87=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 用自定义下拉组件替代原生 select (原生不支持渲染组件) - 添加下拉框控制逻辑和点击外部关闭功能 - 添加自定义下拉框 CSS 样式 Co-Authored-By: Claude Opus 4.5 --- src/components/ParadigmWriterPanel.vue | 119 +++++++++++++++++++++---- 1 file changed, 104 insertions(+), 15 deletions(-) diff --git a/src/components/ParadigmWriterPanel.vue b/src/components/ParadigmWriterPanel.vue index 6d83c1c..554b627 100644 --- a/src/components/ParadigmWriterPanel.vue +++ b/src/components/ParadigmWriterPanel.vue @@ -14,20 +14,27 @@
- +
+
+ + 请选择范式... + +
+
+
+ + {{ p.name }} +
+
+

{{ activeParadigm.description }}

@@ -174,7 +181,7 @@