From c60f71fec9d8c23d863576efec4ad3b9b0246d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=96=E6=99=8B=E9=A3=9E?= <378266566@qq.com> Date: Fri, 26 Dec 2025 16:39:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=E9=80=89=E6=8B=A9=E6=A1=86=E9=97=B4?= =?UTF-8?q?=E8=B7=9D=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/run/instant/instant.data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/run/instant/instant.data.ts b/src/views/run/instant/instant.data.ts index c794316..4644e32 100644 --- a/src/views/run/instant/instant.data.ts +++ b/src/views/run/instant/instant.data.ts @@ -153,7 +153,7 @@ export function getSearchFormSchema(showAlgorithm = true): FormSchema[] { label: '模型实例名称', field: 'mpName', component: 'Input', - labelWidth: 100, + labelWidth: 120, defaultValue: '', colProps: { span: 5 }, }, @@ -161,7 +161,7 @@ export function getSearchFormSchema(showAlgorithm = true): FormSchema[] { label: '算法', field: 'algorithmId', component: 'Select', - labelWidth: 40, + labelWidth: 50, componentProps: { placeholder: '全部算法', options: [ From 05de057429fda6fb622b05bd92266388cfa29869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=96=E6=99=8B=E9=A3=9E?= <378266566@qq.com> Date: Fri, 26 Dec 2025 16:49:46 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=E9=9A=90=E8=97=8F=E7=AB=99=E5=86=85?= =?UTF-8?q?=E4=BF=A1=E5=92=8C=E6=96=87=E6=A1=A3=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/header/components/user-dropdown/index.vue | 11 ++++++----- src/layouts/default/header/index.vue | 5 +++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/layouts/default/header/components/user-dropdown/index.vue b/src/layouts/default/header/components/user-dropdown/index.vue index 3106145..22277e4 100644 --- a/src/layouts/default/header/components/user-dropdown/index.vue +++ b/src/layouts/default/header/components/user-dropdown/index.vue @@ -94,11 +94,12 @@ function handleMenuClick(e: MenuInfo) {