@@ -324,6 +324,11 @@ onUpdated(() => {
box-sizing: border-box;
position: relative;
color: var(--app-text-color);
+ &.chart-log {
+ .ai-chat__content {
+ padding-bottom: 0;
+ }
+ }
&__content {
padding-top: 0;
padding-bottom: 96px;
diff --git a/ui/src/components/icons/index.ts b/ui/src/components/icons/index.ts
index 3b5f8c0a7..bd78a1759 100644
--- a/ui/src/components/icons/index.ts
+++ b/ui/src/components/icons/index.ts
@@ -245,7 +245,7 @@ export const iconMap: any = {
}),
h('path', {
d: 'M12.5 1.2666C12.568 1.28633 12.6306 1.32327 12.6812 1.37472L16.5472 5.30797C16.5788 5.34017 16.6047 5.37698 16.6242 5.4168H13.4459C12.9235 5.4168 12.5 4.99328 12.5 4.47085V1.2666Z',
- fill: 'currentColor'
+ fill: '#2B5FD9'
}),
h('path', {
d: 'M6.71305 7.72705C6.48293 7.72705 6.29639 7.9136 6.29639 8.14372V8.82554C6.29639 9.05565 6.48294 9.2422 6.71305 9.2422H13.2871C13.5172 9.2422 13.7038 9.05565 13.7038 8.82554V8.14372C13.7038 7.9136 13.5172 7.72705 13.2871 7.72705H6.71305Z',
diff --git a/ui/src/views/log/component/ChatRecordDrawer.vue b/ui/src/views/log/component/ChatRecordDrawer.vue
index ee0893677..e2d851aae 100644
--- a/ui/src/views/log/component/ChatRecordDrawer.vue
+++ b/ui/src/views/log/component/ChatRecordDrawer.vue
@@ -1,5 +1,5 @@
-
+
{{ application?.name }}
diff --git a/ui/src/views/log/component/EditContentDialog.vue b/ui/src/views/log/component/EditContentDialog.vue
index 451e04b44..7b30e1e71 100644
--- a/ui/src/views/log/component/EditContentDialog.vue
+++ b/ui/src/views/log/component/EditContentDialog.vue
@@ -27,7 +27,7 @@
-
+
diff --git a/ui/src/views/login/forgot-password/index.vue b/ui/src/views/login/forgot-password/index.vue
index bc255d180..d5ed0dba0 100644
--- a/ui/src/views/login/forgot-password/index.vue
+++ b/ui/src/views/login/forgot-password/index.vue
@@ -1,6 +1,6 @@
-
+
忘记密码
-
+
普通登录
-
+
-
+
用户注册
diff --git a/ui/src/views/login/reset-password/index.vue b/ui/src/views/login/reset-password/index.vue
index ed7db2eab..165caf637 100644
--- a/ui/src/views/login/reset-password/index.vue
+++ b/ui/src/views/login/reset-password/index.vue
@@ -1,6 +1,6 @@
-
+
修改密码
{{ active_provider?.name }}
- 创建模型
+ 添加模型