perf: 邮件列表: 无分页

dev/RoosterEditor
Lei OT 5 months ago
parent 4640801a53
commit 5446b7ca07

@ -97,13 +97,8 @@ const EmailListDrawer = ({ showExpandBtn=true, title, list: otherEmailList, curr
/>
<List
dataSource={dataSource}
className=''
pagination={{
pageSize: 8, current: pageCurrent, onChange: onChangePagination,
// showLessItems: true,
showSizeChanger: false,
size: 'small',
}}
className='h-[30vh] overflow-y-auto'
pagination={false}
renderItem={(emailItem) => (
<List.Item
className={`hover:bg-stone-50 cursor-pointer !py-1 ${selectedEmail.MAI_SN === emailItem.MAI_SN ? 'bg-blue-100 font-bold ' : ''}`}

Loading…
Cancel
Save