Skip to content

Commit 592a5ef

Browse files
style: Default value of assistant appearance configuration
1 parent e6085a4 commit 592a5ef

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
Lines changed: 2 additions & 2 deletions
Loading

frontend/src/views/embedded/assistant.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script lang="ts" setup>
22
import { ref, computed } from 'vue'
3-
import icon_sidebar_outlined from '@/assets/embedded/icon_sidebar_outlined.svg'
4-
import icon_new_chat_outlined from '@/assets/embedded/icon_new-chat_outlined.svg'
3+
import icon_sidebar_outlined from '@/assets/embedded/icon_sidebar_outlined_nofill.svg'
4+
import icon_new_chat_outlined from '@/assets/svg/icon_new_chat_outlined.svg'
55
import LOGO from '@/assets/embedded/LOGO.png'
66
import disable_answer from '@/assets/embedded/disable.png'
77
import icon_close_outlined from '@/assets/svg/icon_close_outlined.svg'
@@ -99,6 +99,7 @@ const pageLogo = computed(() => {
9999
display: flex;
100100
align-items: center;
101101
position: relative;
102+
color: var(--ed-text-color-primary);
102103
.logo {
103104
margin: 0 8px 0 16px;
104105
}

frontend/src/views/system/embedded/SetUi.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ const defaultSqlBotForm = reactive<SqlBotForm>({
6666
name: t('embedded.intelligent_customer_service'),
6767
x_type: 'right',
6868
y_type: 'bottom',
69-
x_val: 0,
70-
y_val: 33,
69+
x_val: 30,
70+
y_val: 30,
7171
float_icon_drag: false,
7272
welcome: t('embedded.i_am_sqlbot'),
7373
welcome_desc: t('embedded.data_analysis_now'),

0 commit comments

Comments
 (0)