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 }}

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