Skip to content

Commit

Permalink
fix: fix issue #5, limit the display length of the text box content
Browse files Browse the repository at this point in the history
Signed-off-by: Xun Qin <[email protected]>
  • Loading branch information
lvchenjia authored Nov 8, 2023
1 parent bc8a81d commit 2dfc5f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/alertPage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ const columns = ref([
title: '告警内容',
width: 'auto',
key: 'summary',
ellipsis: {
tooltip: true
},
},
])
Expand Down

0 comments on commit 2dfc5f8

Please sign in to comment.