开发: push

This commit is contained in:
zhengw
2023-04-11 15:29:40 +08:00
parent 5834254a8f
commit ce3d942371
27 changed files with 1507 additions and 796 deletions

View File

@@ -0,0 +1,21 @@
export const ChatRevoke: React.FC = () => {
return (
<div style={{ display: 'flex', justifyContent: 'center', marginBottom: 12 }}>
<span
style={{
background: '#DADADA',
color: '#fff',
padding: '0 8px',
borderRadius: 4,
lineHeight: 1,
height: 26,
display: 'inline-flex',
justifyContent: 'center',
alignItems: 'center',
}}
>
</span>
</div>
);
};