fix(DetailsComments): 修复表情选择框样式及优化表情数据

- 使用el-popover重构表情选择框,解决样式问题
- 调整表情选择框的宽度和位置
- 更新表情数据,移除部分不常用表情
- 优化表情选择框的交互体验
- 修复CSS样式冲突问题
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-09-01 14:44:06 +08:00
parent 1736b6310a
commit 9572eaa81f
64 changed files with 629 additions and 393 deletions

View File

@@ -685,8 +685,8 @@ const selectEomjiListPop = (key) => {
const { $cache } = useNuxtApp();
try {
if (process.env.NODE_ENV === 'development') {}
else if (process.server) {
if (process.env.NODE_ENV === "development") {
} else if (process.server) {
console.log(`----------------------------------`);
const cacheKey = `details_${id}`;
const cachedData = $cache.get(cacheKey);