💄 优化小屏幕评论组件显示效果
This commit is contained in:
parent
33e4985822
commit
553380f5bb
@ -12,7 +12,7 @@
|
|||||||
<el-drawer
|
<el-drawer
|
||||||
:visible.sync="drawer"
|
:visible.sync="drawer"
|
||||||
:direction="direction"
|
:direction="direction"
|
||||||
size="40%">
|
size="50%">
|
||||||
<el-col slot="title">
|
<el-col slot="title">
|
||||||
<el-col>
|
<el-col>
|
||||||
<el-avatar v-show="commentAuthorAvatar" :src="commentAuthorAvatar"></el-avatar>
|
<el-avatar v-show="commentAuthorAvatar" :src="commentAuthorAvatar"></el-avatar>
|
||||||
|
Loading…
Reference in New Issue
Block a user