mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 03:01:12 +00:00
perf: 优化表情包资源
This commit is contained in:
parent
6edd4451c5
commit
1ddb88a3a6
@ -18,7 +18,7 @@
|
||||
:touch-content-blur="false"
|
||||
class-name="chat-quick-emoji-wrapper scrollbar-hidden">
|
||||
<li v-for="item in emojiQuickItems" @click="onEmojiQuick(item)">
|
||||
<img :title="item.name" :alt="item.name" :src="item.src"/>
|
||||
<Imgs :title="item.name" :alt="item.name" :src="item.src"/>
|
||||
</li>
|
||||
</Scrollbar>
|
||||
</EPopover>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user