@@ -238,11 +232,11 @@
-
+
提问题
-
+
贡献榜
-
@@ -264,11 +258,11 @@
{{ item.sysCreateUname }}
-
-
+
+
![]()
-
+
@@ -819,29 +813,6 @@ export default {
commentId: this.replyDiaglog.commentId
}
let $this = this;
- // apiComment.replyList(params).then(rs=>{
- // if(rs.status==200){
- // $this.replyDiaglog.count=rs.result.count;
- // $this.replyDiaglog.pages=rs.result.totalPages;
- // let ids=[];
- // if(append){
- // rs.result.list.forEach(item=>{
- // item.avatar='';
- // ids.push(item.sysCreateAid);
- // $this.replyDiaglog.list.push(item);
- // })
- // }else{
- // rs.result.list.forEach(item=>{
- // item.avatar='';
- // ids.push(item.sysCreateAid);
- // })
- // $this.replyDiaglog.list=rs.result.list;
- // }
- // this.loadAuthorInfo(rs.result.list,ids);
- // }else{
- // this.$message.error(rs.message);
- // }
- // })
},
}
};
@@ -877,7 +848,7 @@ export default {
width: 100%;
min-height: 200px;
box-sizing: border-box;
- padding: 45px 65px 70px 55px;
+ padding: 50px;
background: #FFFFFF;
border-radius: 8px;
.qust-content{
@@ -974,64 +945,6 @@ export default {
margin-top: 5px;
}
}
-
-.detail {
- background-color: #fff;
- padding: 5px 20px 10px 20px;
-
- .title {
- // margin-top: 20px;
- font-size: 16px;
- line-height: 30px;
- font-weight: 500;
- word-break: break-all;
-
- .resolve {
- // padding: 3px;
- color: #08a890;
- margin-left: -10px;
- }
-
- .unResolve {
- // padding:3px;
- color: #588afc;
- margin-left: -10px;
- }
- }
-
- .label {
- font-size: 15px;
- color: #999999;
- }
-
- .content {
- line-height: 21px;
- margin: 14px 0 16px 0;
- font-size: 14px;
- color: #666666;
- }
-
- .btn-div {
- display: flex;
- align-items: center;
- margin-bottom: 9px;
-
- .answer-total {
- font-size: 14px;
- margin: 0 10px;
- }
-
- ::v-deep .interact-bar-btns {
- justify-content: flex-start !important;
- }
- }
-
- .dian-btn {
- margin-top: 50px;
- width: 60%;
- }
-}
-
.answer {
margin-top: 14px;
background-color: #fff;