refactor(commentList): 使用el-popover重构表情选择框,优化样式和交互逻辑

- 将表情选择框改为使用el-popover组件实现
- 调整表情选择框的样式和定位
- 增加表情图标宽度和对齐方式
- 更新表情数据列表
- 优化相关CSS样式
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-09-01 14:44:02 +08:00
parent 44c34d043d
commit d8f5b53e4a
35 changed files with 3957 additions and 1150 deletions

View File

@@ -1,4 +1,4 @@
import { Z as Zt, Y as Yr } from './server.mjs';
import { Z as Zt$1, Y as Yr } from './server.mjs';
import 'vue';
import 'node:http';
import 'node:https';
@@ -146,7 +146,7 @@ async function v(_, o) {
if (!n) throw new TypeError("no or bad content-type header, no multipart boundary");
const r = new M(n[1] || n[2]);
let d, l, c, m, e, i;
const A = [], H = new Zt(), O = E((s) => {
const A = [], H = new Zt$1(), O = E((s) => {
c += f.decode(s, { stream: true });
}, "onPartData"), y = E((s) => {
A.push(s);