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 1
1
<script lang="ts" setup>
2
2
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'
5
5
import LOGO from ' @/assets/embedded/LOGO.png'
6
6
import disable_answer from ' @/assets/embedded/disable.png'
7
7
import icon_close_outlined from ' @/assets/svg/icon_close_outlined.svg'
@@ -99,6 +99,7 @@ const pageLogo = computed(() => {
99
99
display : flex ;
100
100
align-items : center ;
101
101
position : relative ;
102
+ color : var (--ed-text-color-primary );
102
103
.logo {
103
104
margin : 0 8px 0 16px ;
104
105
}
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ const defaultSqlBotForm = reactive<SqlBotForm>({
66
66
name: t (' embedded.intelligent_customer_service' ),
67
67
x_type: ' right' ,
68
68
y_type: ' bottom' ,
69
- x_val: 0 ,
70
- y_val: 33 ,
69
+ x_val: 30 ,
70
+ y_val: 30 ,
71
71
float_icon_drag: false ,
72
72
welcome: t (' embedded.i_am_sqlbot' ),
73
73
welcome_desc: t (' embedded.data_analysis_now' ),
You can’t perform that action at this time.
0 commit comments