mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-13 01:19:41 +00:00
no message
This commit is contained in:
parent
90c23a3fd1
commit
8be22e794d
@ -506,6 +506,12 @@ export default {
|
||||
})
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
dialogDrag(val) {
|
||||
if (val) {
|
||||
this.operateVisible = false;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user