no message

This commit is contained in:
kuaifan 2022-06-04 22:58:46 +08:00
parent 90c23a3fd1
commit 8be22e794d
2 changed files with 8 additions and 1 deletions

View File

@ -506,6 +506,12 @@ export default {
})
}
}
},
dialogDrag(val) {
if (val) {
this.operateVisible = false;
}
}
},

View File

@ -564,13 +564,14 @@
.dialog-emoji {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-top: 4px;
> li {
list-style: none;
display: flex;
align-items: center;
padding: 2px 7px;
margin-top: 6px;
margin-right: 8px;
border-radius: 14px;
line-height: 22px;