Skip to content

Commit bbe8462

Browse files
committed
fix:移动端魔吧回复的编辑框字数显示挪到外面 #feedback 3879
1 parent 4efee8c commit bbe8462

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/components/community/comment_editor.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
placeholder="参与讨论..."
1111
:id="inputId"
1212
ref="textarea"
13+
class="u-comment-editor"
1314
@paste.native="handlePaste"
1415
@keydown.delete.native="handleDel"
1516
></el-input>
@@ -301,4 +302,11 @@ export default {
301302
.size(180px,42px);
302303
}
303304
}
305+
@media screen and (max-width: @phone) {
306+
.u-comment-editor.el-textarea {
307+
.el-input__count {
308+
bottom: auto;
309+
}
310+
}
311+
}
304312
</style>

0 commit comments

Comments
 (0)