File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11<script lang="ts" setup>
22import { 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'
55import LOGO from ' @/assets/embedded/LOGO.png'
66import disable_answer from ' @/assets/embedded/disable.png'
77import 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 }
Original file line number Diff line number Diff 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' ),
You can’t perform that action at this time.
0 commit comments