From 0f4a2130412ab5b385a306dd914ac027bde0cc9e Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 22 Dec 2025 10:47:38 +0800 Subject: [PATCH] fix(Data Source): The import and export buttons are too close together; it is recommended to add a gap between them. --- frontend/src/views/ds/DataTable.vue | 55 ++++++++++--------- .../system/excel-upload/UploaderRemark.vue | 3 - 2 files changed, 30 insertions(+), 28 deletions(-) diff --git a/frontend/src/views/ds/DataTable.vue b/frontend/src/views/ds/DataTable.vue index 89aed990..b2e4a3b7 100644 --- a/frontend/src/views/ds/DataTable.vue +++ b/frontend/src/views/ds/DataTable.vue @@ -354,16 +354,18 @@ const btnSelectClick = (val: any) => {
{{ info.name }}
- - - {{ $t('professional.export') }} - - +
+ + + {{ $t('professional.export') }} + + +
@@ -579,16 +581,18 @@ const btnSelectClick = (val: any) => {
{{ t('ds.pieces_in_total', { msg: total, ms: showNum }) }}
- - - +
+ + + +
@@ -675,7 +679,7 @@ const btnSelectClick = (val: any) => { .export-remark { position: absolute; - right: 116px; + right: 24px; top: 12px; } @@ -936,10 +940,6 @@ const btnSelectClick = (val: any) => { margin-top: 16px; height: calc(100% - 50px); - &.overflow-preview { - overflow-y: auto; - } - .table-content_preview { max-height: calc(100% - 50px); overflow-y: auto; @@ -1006,6 +1006,11 @@ const btnSelectClick = (val: any) => { line-height: 22px; color: #646a73; } + + .table-container { + width: 100%; + height: calc(100% - 46px); + } } } } diff --git a/frontend/src/views/system/excel-upload/UploaderRemark.vue b/frontend/src/views/system/excel-upload/UploaderRemark.vue index 0f3362dc..c910ac31 100644 --- a/frontend/src/views/system/excel-upload/UploaderRemark.vue +++ b/frontend/src/views/system/excel-upload/UploaderRemark.vue @@ -276,9 +276,6 @@ const submitUpload = () => {