From dfa0a4f433a6623b6032580220119e5be897e329 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Tue, 9 Dec 2025 09:44:56 +0800 Subject: [PATCH] =?UTF-8?q?chore(addon/aikefu):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E5=88=97=E8=A1=A8=E5=88=97=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E5=8F=8A=E6=B6=88=E6=81=AF=E5=88=97=E8=A1=A8=E7=9A=84=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../aikefu/shop/view/kefu/conversation.html | 4 +- src/addon/aikefu/shop/view/kefu/message.html | 62 ++++++++++++++++--- 2 files changed, 57 insertions(+), 9 deletions(-) diff --git a/src/addon/aikefu/shop/view/kefu/conversation.html b/src/addon/aikefu/shop/view/kefu/conversation.html index 0cf7bfbfd..8bb3b2d74 100644 --- a/src/addon/aikefu/shop/view/kefu/conversation.html +++ b/src/addon/aikefu/shop/view/kefu/conversation.html @@ -159,8 +159,8 @@ width: '100%', cols: [[ {type: 'checkbox', fixed: 'left'}, - {field: 'conversation_id', title: '会话ID', width: 280, align: 'center'}, - {field: 'user_id', title: '用户ID', width: 200, align: 'center'}, + {field: 'conversation_id', title: '会话ID', width: 300, align: 'center'}, + {field: 'user_id', title: '用户ID', width: 120, align: 'center'}, {field: 'name', title: '会话名称', width: 180, align: 'center'}, {field: 'status', title: '状态', width: 100, align: 'center', templet: '#statusTpl' }, {field: 'create_time', title: '创建时间', width: 180, align: 'center'}, diff --git a/src/addon/aikefu/shop/view/kefu/message.html b/src/addon/aikefu/shop/view/kefu/message.html index d935ae402..5722a0316 100644 --- a/src/addon/aikefu/shop/view/kefu/message.html +++ b/src/addon/aikefu/shop/view/kefu/message.html @@ -158,7 +158,7 @@ } /* 分页样式 */ - .layui-fixbar { + #msg_pagination { text-align: center; margin-top: 20px; } @@ -239,7 +239,7 @@ -
+