This commit is contained in:
daihh
2022-06-30 17:40:04 +08:00
4 changed files with 18 additions and 3 deletions

View File

@@ -322,7 +322,6 @@ export default {
mounted() {
if(this.searchTags.length == 0){
console.log('gyigyu')
this.queryCondition.majorType = null;
this.queryCondition.orgDomain = null;
};

View File

@@ -975,7 +975,8 @@ export default {
padding-left: 40px;
.comment-content{
padding-bottom: 0px;
word-break:break-all;
white-space: pre-wrap;
word-break: break-all;
span{
cursor: pointer;
color: #409EFF