From 8af8a4949ca3dc13b8c094e9f08fa7a62d70f275 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 25 Apr 2024 17:57:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E5=85=A8=E6=96=87?= =?UTF-8?q?=E6=A3=80=E7=B4=A2=E5=92=8C=E6=B7=B7=E5=90=88=E6=A3=80=E7=B4=A2?= =?UTF-8?q?=E6=96=B9=E5=BC=8F(#47)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/styles/app.scss | 3 + .../components/ParamSettingDialog.vue | 84 ++++++++++++------- ui/src/views/hit-test/index.vue | 62 +++++++++----- 3 files changed, 98 insertions(+), 51 deletions(-) diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss index 6ee91caaf..69b6440b4 100644 --- a/ui/src/styles/app.scss +++ b/ui/src/styles/app.scss @@ -527,6 +527,9 @@ h4 { .active { border: 1px solid var(--el-color-primary); } + .el-card__body { + padding: calc(var(--app-base-px) + 4px) calc(var(--app-base-px) * 2); + } } // AI模型选择:添加模型hover样式 diff --git a/ui/src/views/application/components/ParamSettingDialog.vue b/ui/src/views/application/components/ParamSettingDialog.vue index ade9d7491..99eccb368 100644 --- a/ui/src/views/application/components/ParamSettingDialog.vue +++ b/ui/src/views/application/components/ParamSettingDialog.vue @@ -1,11 +1,17 @@