mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-16 13:56:53 +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
|
formatterData = data
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<span>{formatterData}</span>
|
<span style={{ whiteSpace: 'pre-wrap', wordBreak: 'break-word', lineHeight: '1.2' }}>{formatterData}</span>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
if (this.value instanceof Array) {
|
if (this.value instanceof Array) {
|
||||||
|
Loading…
Reference in New Issue
Block a user