style: 邮件目录: 待发邮件

main
Lei OT 6 months ago
parent 9c0ac172df
commit 6d74c8f99c

@ -182,7 +182,7 @@ function Follow() {
titleRender={(node) => ( titleRender={(node) => (
<Typography.Text ellipsis={{ tooltip: node.title }} className={`${node?._raw?.IsSuccess === 1 ? 'text-primary' : ''}`}> <Typography.Text ellipsis={{ tooltip: node.title }} className={`${node?._raw?.IsSuccess === 1 ? 'text-primary' : ''}`}>
{node.title} {node.title}
<Badge size={'small'} count={node.count} offset={[3, 0]} style={{backgroundColor: "#1ba784", color1: '#1ba784'}} overflowCount={999} /> <Badge size={'small'} count={node.count} offset={[3, 0]} style={{backgroundColor: node?._raw?.ImageIndex===2 ? "" : "#1ba784", color1: '#1ba784'}} overflowCount={999} />
</Typography.Text> </Typography.Text>
)} )}
/> />

Loading…
Cancel
Save