From fe50d7b3f26a6452517765e15aa3a54d46b3784a Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Thu, 30 Nov 2023 12:28:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=9A=E9=80=89=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/card-checkbox/index.vue | 51 +++++++++++++++++++ .../components/AddDatasetDialog.vue | 33 ++++++------ 2 files changed, 66 insertions(+), 18 deletions(-) create mode 100644 ui/src/components/card-checkbox/index.vue diff --git a/ui/src/components/card-checkbox/index.vue b/ui/src/components/card-checkbox/index.vue new file mode 100644 index 00000000..7d4e9f40 --- /dev/null +++ b/ui/src/components/card-checkbox/index.vue @@ -0,0 +1,51 @@ + + + diff --git a/ui/src/views/application/components/AddDatasetDialog.vue b/ui/src/views/application/components/AddDatasetDialog.vue index 2b32361d..1940357d 100644 --- a/ui/src/views/application/components/AddDatasetDialog.vue +++ b/ui/src/views/application/components/AddDatasetDialog.vue @@ -1,22 +1,19 @@