Skip to content

Commit d759f15

Browse files
authored
style: update icon (#569)
1 parent e38deff commit d759f15

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 3 additions & 1 deletion
Loading

frontend/src/views/chat/QuickQuestion.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const props = withDefaults(
122122
</div>
123123
<template #reference>
124124
<el-button plain size="small">
125-
<el-icon size="16" class="el-icon--left">
125+
<el-icon size="16" style="margin-right: 4px">
126126
<icon_quick_question />
127127
</el-icon>
128128
{{ $t('qa.quick_question') }}

0 commit comments

Comments
 (0)