|
@@ -187,7 +187,14 @@ const delCommentHandle = ({community_question_comment_id},index) => {
|
|
/>
|
|
/>
|
|
<div class="btn-bottom">
|
|
<div class="btn-bottom">
|
|
<el-button type="" link style="font-size: 16px;" @click="closeComment">取消发布</el-button>
|
|
<el-button type="" link style="font-size: 16px;" @click="closeComment">取消发布</el-button>
|
|
- <el-button type="warning" round class="btn-sty" @click="publishMessageHandle" :disabled="!dataInfo.commentInfo.comment_content">发布</el-button>
|
|
|
|
|
|
+ <el-button
|
|
|
|
+ type="warning"
|
|
|
|
+ round
|
|
|
|
+ size="large"
|
|
|
|
+ style="width: 120px"
|
|
|
|
+ @click="publishMessageHandle"
|
|
|
|
+ :disabled="!dataInfo.commentInfo.comment_content"
|
|
|
|
+ >发布</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|