开发: push
This commit is contained in:
21
src/pages/ChatLogs/components/ChatRevoke.tsx
Normal file
21
src/pages/ChatLogs/components/ChatRevoke.tsx
Normal 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>
|
||||
);
|
||||
};
|
Reference in New Issue
Block a user