From 254af265bac6c9fbf823e90cd9249b2fcbe2a4db Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 9 Apr 2024 18:32:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=97=AE=E9=A2=98=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/app-table/index.vue | 1 + .../problem/component/DetailProblemDrawer.vue | 7 +------ .../problem/component/RelateProblemDialog.vue | 15 ++++++++++++++- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/ui/src/components/app-table/index.vue b/ui/src/components/app-table/index.vue index 29335ba0a..fd2c5e43c 100644 --- a/ui/src/components/app-table/index.vue +++ b/ui/src/components/app-table/index.vue @@ -11,6 +11,7 @@ autofocus :maxlength="quickCreateMaxlength" :show-word-limit="quickCreateMaxlength ? true : false" + @keydown.enter="submitHandle" /> 创建 diff --git a/ui/src/views/problem/component/DetailProblemDrawer.vue b/ui/src/views/problem/component/DetailProblemDrawer.vue index 2aa05503a..2984b2762 100644 --- a/ui/src/views/problem/component/DetailProblemDrawer.vue +++ b/ui/src/views/problem/component/DetailProblemDrawer.vue @@ -18,18 +18,13 @@