style: SwitchPortHistoryDiagCard

This commit is contained in:
yangsy
2025-09-28 14:36:31 +08:00
parent 9c0ade08a4
commit 093d7ddc6c

View File

@@ -67,7 +67,7 @@ const tableColumns: DataTableColumns<SwitchPortRowData> = [
const { diagInfo } = rowData;
const { info } = diagInfo;
const { overFlowPorts } = info;
return `${overFlowPorts.join(', ')}`;
return h('pre', {}, { default: () => overFlowPorts.join('\n') });
},
},
{