选择Emoii时增加鼠标状态切换

This commit is contained in:
A1300399510
2024-08-12 11:11:03 +08:00
parent 3b766d87af
commit 1d17e949e8
29 changed files with 289 additions and 282 deletions

View File

@@ -1503,7 +1503,7 @@ const selectEomji = item => {
provide("selectEomji", selectEomji)
// 选中 在 Emoji 弹窗中 选择
const selectEomjiPop = (key,isroll) => {
const selectEomjiPop = (key, isroll) => {
if (isNeedLogin.value) {
goLogin()
return
@@ -3286,7 +3286,10 @@ const rollRiposte = () => {
font-family: "emojifont";
text-align: center;
margin-bottom: 20px;
cursor: pointer;
.respond-item-key {
cursor: pointer;
font-family: "emojifont";
}
}
}
}