|
@@ -74,7 +74,7 @@
|
|
|
</div>
|
|
|
</el-tooltip>
|
|
|
|
|
|
- <div class="vditor-reset" v-html="MarkdownT(item.text)"></div>
|
|
|
+ <div class="vditor-reset" style="font-size: 14px;" v-html="MarkdownT(item.text)"></div>
|
|
|
<el-tooltip content="点击查看来源" placement="bottom" effect="dark">
|
|
|
<div class="result_file" @click="downloadFile(item.documentId, item.metadata.title)">
|
|
|
{{ item.metadata.title }}
|
|
@@ -514,7 +514,7 @@ export default {
|
|
|
background: #f0f4ff;
|
|
|
border: 1px solid #e2e8f0;
|
|
|
border-radius: 10px;
|
|
|
- padding: 15px 20px;
|
|
|
+ padding: 10px;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
@@ -546,11 +546,11 @@ export default {
|
|
|
font-weight: 400;
|
|
|
color: #1d2532;
|
|
|
word-break: break-all;
|
|
|
- margin-top: 5px;
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
.testBox .test_left .test_result {
|
|
|
- margin-top: 20px;
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
.testBox .test_left .test_result .title {
|