mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-25 02:40:28 +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 {
|
.dialog-emoji {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 4px;
|
|
||||||
> li {
|
> li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 2px 7px;
|
padding: 2px 7px;
|
||||||
|
margin-top: 6px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user