Karsa 2 жил өмнө
parent
commit
56dd053abb

+ 8 - 1
src/components/QuestionComment.vue

@@ -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>