From 16439d663ad1ac63fec78c709bfd8d3a14e4c5b1 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 4 Dec 2023 16:55:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A8=A1=E5=9E=8B=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/router/modules/setting.ts | 2 +- ui/src/styles/app.scss | 7 ++++ ui/src/views/application/index.vue | 4 +- ui/src/views/dataset/index.vue | 4 +- ui/src/views/template/index.vue | 64 ++++++++++++++++-------------- 5 files changed, 46 insertions(+), 35 deletions(-) diff --git a/ui/src/router/modules/setting.ts b/ui/src/router/modules/setting.ts index 2b292cf4c..2aa5a92b8 100644 --- a/ui/src/router/modules/setting.ts +++ b/ui/src/router/modules/setting.ts @@ -24,7 +24,7 @@ const settingRouter = { meta: { icon: 'app-template', iconActive: 'app-template-active', - title: '模版管理', + title: '模型管理', activeMenu: '/setting', parentPath: '/setting', parentName: 'setting' diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss index d99218d0a..392f80cc5 100644 --- a/ui/src/styles/app.scss +++ b/ui/src/styles/app.scss @@ -158,6 +158,13 @@ h4 { padding: calc(var(--app-base-px) * 3); } +.pt-0 { + padding-top: 0; +} +.pb-0 { + padding-bottom: 0; +} + .flex { display: flex; } diff --git a/ui/src/views/application/index.vue b/ui/src/views/application/index.vue index de01d22b7..d9eaf0f6f 100644 --- a/ui/src/views/application/index.vue +++ b/ui/src/views/application/index.vue @@ -1,6 +1,6 @@ -
-

{{ active_provider?.name }}

-
- 创建模型 - +
+
+

{{ active_provider?.name }}

+
+ 创建模型 + +
- - - - +
+ + + + +