mirror of https://github.com/fantasticit/think.git
fix: fix filename style
This commit is contained in:
parent
1bf7666e83
commit
704be3b435
|
@ -102,7 +102,9 @@ export const AttachmentWrapper = ({ editor, node, updateAttributes }) => {
|
|||
<div className={cls(styles.wrap, 'render-wrapper')} onClick={selectFile}>
|
||||
<Space>
|
||||
{getFileTypeIcon(type)}
|
||||
{fileName}.{fileExt}
|
||||
<Text ellipsis={{ showTooltip: true }} style={{ maxWidth: 320 }}>
|
||||
{fileName}.{fileExt}
|
||||
</Text>
|
||||
<Text type="tertiary"> ({normalizeFileSize(fileSize)})</Text>
|
||||
</Space>
|
||||
<span>
|
||||
|
|
Loading…
Reference in New Issue