From c5959ae164b7130f30858e1a8b485efe917a6fb4 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 17 Apr 2026 15:23:31 +0800 Subject: [PATCH] fix(Data Source): Upload an Excel data source and display the data in the box. --- frontend/src/views/ds/ExcelDetailDialog.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/ds/ExcelDetailDialog.vue b/frontend/src/views/ds/ExcelDetailDialog.vue index b0bbe11a..50327f60 100644 --- a/frontend/src/views/ds/ExcelDetailDialog.vue +++ b/frontend/src/views/ds/ExcelDetailDialog.vue @@ -267,9 +267,13 @@ defineExpose({ color: #646a73; } + .preview { + height: calc(100% - 78px); + } + .table-container { width: 100%; - height: calc(100% - 46px); + height: 100%; } } }