Skip to content

Commit 33c07fd

Browse files
fix: typos
1 parent cc7f49f commit 33c07fd

File tree

1 file changed

+2
-2
lines changed
  • ui/src/components/ai-chat/component/question-content

1 file changed

+2
-2
lines changed

ui/src/components/ai-chat/component/question-content/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<!-- 问题内容 -->
3-
<div class="qustion-content item-content mb-16 lighter">
3+
<div class="question-content item-content mb-16 lighter">
44
<div class="content mr-16">
55
<div class="text break-all pre-wrap">
66
<div class="mb-8" v-if="document_list.length">
@@ -137,7 +137,7 @@ function downloadFile(item: any) {
137137
onMounted(() => {})
138138
</script>
139139
<style lang="scss" scoped>
140-
.qustion-content {
140+
.question-content {
141141
display: flex;
142142
justify-content: flex-end;
143143

0 commit comments

Comments
 (0)