mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-28 03:20:24 +00:00
fixed: Fixed remarks text wrapping issue
This commit is contained in:
parent
456227abcf
commit
dba1540953
@ -78,7 +78,7 @@ export default {
|
||||
formatterData = data
|
||||
}
|
||||
return (
|
||||
<span>{formatterData}</span>
|
||||
<span style={{ whiteSpace: 'pre-wrap', wordBreak: 'break-word', lineHeight: '1.2' }}>{formatterData}</span>
|
||||
)
|
||||
}
|
||||
if (this.value instanceof Array) {
|
||||
|
Loading…
Reference in New Issue
Block a user