选择Emoii时增加鼠标状态切换
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user