File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
ai-chat/component/prologue-content Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 66 <LogoIcon v-else height =" 32px" width =" 32px" />
77 </div >
88 <div class =" content" >
9- <el-card shadow =" always" class =" dialog-card" >
9+ <el-card shadow =" always" class =" dialog-card" style = " --el-card-padding : 10 px 16 px 12 px " >
1010 <MdRenderer :source =" prologue" :send-message =" sendMessage" ></MdRenderer >
1111 </el-card >
1212 </div >
@@ -32,6 +32,4 @@ const prologue = computed(() => {
3232 return temp ?.replace (/ -\s. + / g , toQuickQuestion )
3333})
3434 </script >
35- <style lang="scss" scoped>
36-
37- </style >
35+ <style lang="scss" scoped></style >
Original file line number Diff line number Diff line change 33 <div
44 v-if =" item.type === 'question'"
55 @click =" sendMessage ? sendMessage(item.content, 'new') : (content: string) => {}"
6- class =" problem-button ellipsis-2 mt-8 "
6+ class =" problem-button ellipsis-2 mt-4 mb-4 "
77 :class =" sendMessage ? 'cursor' : 'disabled'"
88 >
99 <el-icon >
Original file line number Diff line number Diff line change 77 font-size : inherit ;
88 p {
99 padding : 0 !important ;
10- margin : 0 !important ;
11- line-height : 22px !important ;
1210 }
1311 .md-editor-admonition {
1412 margin : 0 ;
You can’t perform that action at this time.
0 commit comments