From 1356c5e72cfab4ba845d16f5b0d775842bb78658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Wed, 19 Mar 2025 17:26:40 +0800 Subject: [PATCH] =?UTF-8?q?actorref(src):=20=E9=87=8D=E6=9E=84=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=BB=A5=E6=8F=90=E9=AB=98=E4=BB=A3=E7=A0=81=E5=8F=AF?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新了多个组件的属性定义和事件处理逻辑 - 优化了部分代码结构,提高了代码的可读性和可维护性 -调整了部分样式,提升了用户体验 --- src/components/contenteditable.vue | 35 ++++++++++--------- .../ActionCompoents/QuestionAction.vue | 8 +++-- .../QuestionItemAction/RateQuestionAction.vue | 6 ++-- .../Design/components/ChooseQuestion.vue | 17 ++++----- .../components/Questions/MatrixRadio.vue | 3 +- .../Design/components/Questions/Rate.vue | 24 +++++-------- .../components/Questions/RateCharacter.vue | 22 ++++++------ .../Market/components/MarketItem.vue | 24 +++++++------ src/views/Survey/views/Create/Index.vue | 28 ++++++++------- src/views/Survey/views/Preview/Index.vue | 13 ++++--- src/views/Survey/views/Publish/Index.vue | 28 +++++++-------- 11 files changed, 104 insertions(+), 104 deletions(-) diff --git a/src/components/contenteditable.vue b/src/components/contenteditable.vue index ca0cbd0..5d1869c 100644 --- a/src/components/contenteditable.vue +++ b/src/components/contenteditable.vue @@ -1,6 +1,7 @@