修改搜索中心细节问题

This commit is contained in:
qq787203167
2022-08-22 09:56:17 +08:00
parent fd76418d50
commit bd40e1b6e8
8 changed files with 58 additions and 12 deletions
@@ -666,6 +666,11 @@
postAction(this.url.getParagraphInfoList, query).then((res) => {
if (res.success) {
this.conList = res.result.records
if (this.conList && this.conList.length > 0) {
this.conList.forEach(val => {
val.content = val.content.replace(/<img .*?>/g, '')
})
}
this.total = res.result.total
this.loading = false
} else {
@@ -934,6 +939,11 @@
word-break: break-all
}
::v-deep p {
margin: 0;
padding: 0;
}
/*::v-deep .ant-select {*/
/* max-width: calc(100% - 126px) !important;*/
/*}*/