fix #975 hash key field show overflow tips

This commit is contained in:
qishibo 2022-10-07 15:43:18 +08:00
parent f64a43ed73
commit de8ea7a8d0

View File

@ -45,7 +45,8 @@
sortable
resizable
label="Key"
width=150>
show-overflow-tooltip
width="150">
<template slot-scope="scope">
{{ $util.bufToString(scope.row.key) }}
</template>