Skip to content

Commit

Permalink
fixed: Fixed remarks text wrapping issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoJiSen committed Dec 10, 2024
1 parent 66532f4 commit cf79bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Cards/DetailCard/ItemValue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit cf79bdb

Please sign in to comment.