mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 03:52:50 +00:00
fix: 修复表情回应一处报错
This commit is contained in:
parent
594c19da03
commit
45c20dbed9
@ -235,7 +235,7 @@ export default {
|
|||||||
* 鼠标移入事件(单次)
|
* 鼠标移入事件(单次)
|
||||||
*/
|
*/
|
||||||
onContainerMouseMove() {
|
onContainerMouseMove() {
|
||||||
if (this.windowTouch) {
|
if (this.$store?.state.windowTouch) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|||||||
@ -85,7 +85,7 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.initData()
|
this.initData()
|
||||||
if(!this.$store.state.windowPortrait){
|
if(!this.$store?.state.windowPortrait){
|
||||||
this.onMonitorWheel()
|
this.onMonitorWheel()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
14
resources/assets/sass/dark.scss
vendored
14
resources/assets/sass/dark.scss
vendored
@ -568,6 +568,20 @@ body.dark-mode-reverse {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chat-emoji-wrapper {
|
||||||
|
.chat-emoji-box {
|
||||||
|
ul {
|
||||||
|
&.emoji {
|
||||||
|
> li {
|
||||||
|
&:active {
|
||||||
|
background-color: #1f1f1f;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.ql-mention-list-container {
|
.ql-mention-list-container {
|
||||||
.ql-mention-list-item {
|
.ql-mention-list-item {
|
||||||
.mention-item-at {
|
.mention-item-at {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user