From 4a9ea4311b416e6f811772543e33b4fb70976d15 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 6 May 2025 15:18:05 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BE=9B=E5=BA=94=E5=95=86=E9=82=AE?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Online/Components/SupplierEmailDrawer.jsx | 125 +++++++++--------- 1 file changed, 66 insertions(+), 59 deletions(-) diff --git a/src/views/Conversations/Online/Components/SupplierEmailDrawer.jsx b/src/views/Conversations/Online/Components/SupplierEmailDrawer.jsx index b7866e2..697963e 100644 --- a/src/views/Conversations/Online/Components/SupplierEmailDrawer.jsx +++ b/src/views/Conversations/Online/Components/SupplierEmailDrawer.jsx @@ -1,6 +1,6 @@ import { createContext, useEffect, useState, useRef, useMemo } from 'react' import { App, Button, Card, Empty, Flex, Select, Spin, Typography, Divider, Modal, List, Row, Col, Tag, Drawer, Input, Tooltip } from 'antd' -import { DownloadOutlined } from '@ant-design/icons'; +import { CloseOutlined, DownloadOutlined } from '@ant-design/icons'; import dayjs from 'dayjs' import { InboxIcon, SendPlaneFillIcon, ExpandIcon } from '@/components/Icons' import EmailDetailInline from '../Components/EmailDetailInline' @@ -43,69 +43,76 @@ const SupplierEmailDrawer = ({ list: otherEmailList, currentConversationID, opi_ mask={false} width={900} styles={{ header: {} }} - title={`供应商邮件`} - classNames={{ header: '!py-1 !px-2', body: '!p-1 [&_.ant-list-pagination]:ms-1' }} + title={ + <> +