Skip to content

Commit 7290e74

Browse files
committed
fix(Data Source): Upload an Excel data source and display the data in the box.
1 parent b5eb2ed commit 7290e74

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/src/views/ds/ExcelDetailDialog.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,13 @@ defineExpose({
267267
color: #646a73;
268268
}
269269
270+
.preview {
271+
height: calc(100% - 78px);
272+
}
273+
270274
.table-container {
271275
width: 100%;
272-
height: calc(100% - 46px);
276+
height: 100%;
273277
}
274278
}
275279
}

0 commit comments

Comments
 (0)