no message

This commit is contained in:
A1300399510
2024-01-31 11:16:48 +08:00
parent 7b1b931964
commit e86d7d945c
40 changed files with 231 additions and 223 deletions

View File

@@ -116,12 +116,12 @@
</div>
<div class="alreadyVoted" v-if="ite.voteoption">已投{{ ite.voteoption }}</div>
<div class="comments-input-masking" @click="closeAnswerCommentsChild()" v-if="ite['childState']"></div>
<div class="comments-input-box flexacen" :class="{ 'comments-input-box-show': ite['childState'] }">
<div class="comments-input-box" :class="{ 'comments-input-box-show': ite['childState'] }">
<div class="comments-input">
<el-input v-model="commentInput" type="textarea" placeholder="回复" :maxlength="500" show-word-limit @blur=""></el-input>
<el-input v-model="commentInput" type="textarea" placeholder="回复" :maxlength="500" show-word-limit></el-input>
<div class="operate-bottom flexacenter">
<div class="comments-btn comments-btn-cancel flexcenter" @click="closeAnswerCommentsChild()">取消</div>
<div class="comments-btn flexcenter" @click="submitAnswerComments(commentInput, index)">发送</div>
<div class="comments-btn flexcenter" @click="submitAnswerComments(commentInput, index, i)">发送</div>
</div>
</div>
</div>
@@ -774,6 +774,7 @@ defineExpose({ changeCommentVoteoption, wipeCommentVoteoption, reviewsComment, b
&.comments-input-box-show {
height: 184px;
overflow: visible;
}
.comments-input {
@@ -786,6 +787,7 @@ defineExpose({ changeCommentVoteoption, wipeCommentVoteoption, reviewsComment, b
// margin-right: 16px;
position: relative;
z-index: 1;
background-color: #fff;
&::after {
content: "";