From 31217c6fd789ee632373c9911b20e2c202e5790e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Fri, 26 Sep 2025 15:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=81=8A=E5=A4=A9=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E6=93=B4=E5=B1=95=E5=8A=9F=E8=83=BD=EF=BC=9A=E5=9C=A8?= =?UTF-8?q?=E6=A8=A3=E5=BC=8F=E4=B8=AD=E6=B7=BB=E5=8A=A0=E6=93=B4=E5=B1=95?= =?UTF-8?q?=E5=8D=80=E5=9F=9F=EF=BC=8C=E4=B8=A6=E5=9C=A8=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E7=AA=97=E5=8F=A3=E4=B8=AD=E6=96=B0=E5=A2=9E=E3=80=8C=E8=B7=9F?= =?UTF-8?q?=E9=80=B2=E6=8F=90=E9=86=92=E3=80=8D=E5=92=8C=E3=80=8C=E5=BE=85?= =?UTF-8?q?=E8=BE=A6=E4=BA=8B=E9=A0=85=E3=80=8D=E6=8C=89=E9=88=95=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E7=94=A8=E6=88=B6=E4=BA=92=E5=8B=95=E6=80=A7?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../weChat/components/ChatWindow/ChatWindow.module.scss | 6 ++++++ .../pages/pc/ckbox/weChat/components/ChatWindow/index.tsx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/ChatWindow.module.scss b/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/ChatWindow.module.scss index ceeff66e..4d670b03 100644 --- a/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/ChatWindow.module.scss +++ b/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/ChatWindow.module.scss @@ -9,6 +9,12 @@ display: flex; flex-direction: column; min-width: 0; + .extend { + background: #fff; + padding: 10px 16px; + display: flex; + gap: 16px; + } } .chatHeader { diff --git a/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/index.tsx b/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/index.tsx index b1796c99..0bea2e8b 100644 --- a/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/index.tsx +++ b/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/index.tsx @@ -5,6 +5,8 @@ import { TeamOutlined, RobotOutlined, DownOutlined, + BellOutlined, + CheckSquareOutlined, } from "@ant-design/icons"; import { ContractData, weChatGroup } from "@/pages/pc/ckbox/data"; import styles from "./ChatWindow.module.scss"; @@ -112,6 +114,10 @@ const ChatWindow: React.FC = ({ contract }) => { +
+ + +
{/* 聊天内容 */}