refactor(commentList): 使用el-popover重构表情选择框,优化样式和交互逻辑
- 将表情选择框改为使用el-popover组件实现 - 调整表情选择框的样式和定位 - 增加表情图标宽度和对齐方式 - 更新表情数据列表 - 优化相关CSS样式
This commit is contained in:
@@ -18,7 +18,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "ChpL9YP_.js",
|
||||
"file": "6S51YVf7.js",
|
||||
"name": "error-404",
|
||||
"src": "node_modules/.store/nuxt@3.16.0/node_modules/nuxt/dist/app/components/error-404.vue",
|
||||
"isDynamicEntry": true,
|
||||
@@ -38,7 +38,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "B8JHZsmT.js",
|
||||
"file": "RzIEFrlU.js",
|
||||
"name": "error-500",
|
||||
"src": "node_modules/.store/nuxt@3.16.0/node_modules/nuxt/dist/app/components/error-500.vue",
|
||||
"isDynamicEntry": true,
|
||||
@@ -58,7 +58,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "CkuURki0.js",
|
||||
"file": "DEG17TeB.js",
|
||||
"name": "entry",
|
||||
"src": "node_modules/.store/nuxt@3.16.0/node_modules/nuxt/dist/app/entry.js",
|
||||
"isEntry": true,
|
||||
@@ -67,7 +67,7 @@ const client_manifest = {
|
||||
"node_modules/.store/nuxt@3.16.0/node_modules/nuxt/dist/app/components/error-500.vue"
|
||||
],
|
||||
"css": [
|
||||
"entry.BNr0VOhy.css"
|
||||
"entry.BIMASYCp.css"
|
||||
],
|
||||
"assets": [
|
||||
"logo.DlviZpxD.png",
|
||||
@@ -75,8 +75,8 @@ const client_manifest = {
|
||||
],
|
||||
"_globalCSS": true
|
||||
},
|
||||
"entry.BNr0VOhy.css": {
|
||||
"file": "entry.BNr0VOhy.css",
|
||||
"entry.BIMASYCp.css": {
|
||||
"file": "entry.BIMASYCp.css",
|
||||
"resourceType": "style",
|
||||
"prefetch": true,
|
||||
"preload": true
|
||||
|
||||
Reference in New Issue
Block a user