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 }) => { +
+ + +
{/* 聊天内容 */}