|
@@ -33,7 +33,7 @@ defineProps({
|
|
|
<div class="content">
|
|
|
<h5 class="title">{{ reportData.showVal }}</h5>
|
|
|
<div class="markdown-inner">
|
|
|
- <ChatText :content="reportData.answer" class="html-box"></ChatText>
|
|
|
+ <ChatText :content="reportData.answer" class="html-box" ></ChatText>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -42,6 +42,9 @@ defineProps({
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
.data-box {
|
|
|
+:deep(.think-container) {
|
|
|
+ display: none !important;
|
|
|
+}
|
|
|
&-main {
|
|
|
padding: 18px 25px 16px 40px;
|
|
|
display: flex;
|