From b6d0ecea7af1e8329d1f8d7a97b9a8a46fc8d9fb Mon Sep 17 00:00:00 2001 From: Huangzhe Date: Tue, 18 Mar 2025 19:21:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20preview=20=E7=BB=84=E4=BB=B6=E9=80=82?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 适配多选题组件 --- .../Design/components/Questions/Choice.vue | 15 +++-- src/views/Survey/views/Preview/Index.vue | 43 ++++++------- .../components/questions/PreviewCheckbox.vue | 64 +++++++++++++++++++ 3 files changed, 91 insertions(+), 31 deletions(-) create mode 100644 src/views/Survey/views/Preview/components/questions/PreviewCheckbox.vue diff --git a/src/views/Design/components/Questions/Choice.vue b/src/views/Design/components/Questions/Choice.vue index e8d542b..f40e0a4 100644 --- a/src/views/Design/components/Questions/Choice.vue +++ b/src/views/Design/components/Questions/Choice.vue @@ -19,7 +19,7 @@