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) => {
@@ -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 = () => {