src/views/DataBoard/components/DataBoardTableView.vue
@@ -39,7 +39,7 @@ }); type Props = { tableData: any[]; tableData?: any[]; unit: string; isMoney?: boolean; customerName: string; @@ -59,6 +59,7 @@ display: flex; padding: 0 14px 11px; flex-direction: column; min-height: 270px; .data-board-table-item { display: grid;