fixed: Fixed the presentation format of asset notes

This commit is contained in:
zhaojisen
2024-10-10 11:18:49 +08:00
parent 464638e782
commit 5abc0b77cf

View File

@@ -78,7 +78,7 @@ export default {
formatterData = data formatterData = data
} }
return ( return (
<span>{formatterData}</span> <span style={{ whiteSpace: 'pre-wrap', lineHeight: '1.2' }}>{formatterData}</span>
) )
} }
if (this.value instanceof Array) { if (this.value instanceof Array) {