From 6a89ce3c88df34b27a76dc2ef58c14690c4f5d2c Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Wed, 27 Aug 2025 14:23:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Table/src/BasicTable.vue | 4 ++-- .../services/directivePackage/components/PackageList.vue | 2 +- src/views/synchronization/directive/syncList.vue | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Table/src/BasicTable.vue b/src/components/Table/src/BasicTable.vue index fd87c75..2ecc1af 100644 --- a/src/components/Table/src/BasicTable.vue +++ b/src/components/Table/src/BasicTable.vue @@ -521,9 +521,9 @@ //update-end-author:liusq---date:20230517--for: [issues/526]RangePicker 设置预设范围按钮样式问题--- .ant-table-wrapper { - padding: 6px; + padding: 14px; background-color: @component-background; - border-radius: 2px; + border-radius: 8px; .ant-table-title { min-height: 40px; diff --git a/src/views/services/directivePackage/components/PackageList.vue b/src/views/services/directivePackage/components/PackageList.vue index 1594349..0f4db5b 100644 --- a/src/views/services/directivePackage/components/PackageList.vue +++ b/src/views/services/directivePackage/components/PackageList.vue @@ -328,7 +328,7 @@ defineExpose({ flex: 1; min-width: 0; min-height: 0; - padding: 24px; + padding: 14px; overflow: auto; background: #dfdfdf; } diff --git a/src/views/synchronization/directive/syncList.vue b/src/views/synchronization/directive/syncList.vue index 4d97ed9..dc3577a 100644 --- a/src/views/synchronization/directive/syncList.vue +++ b/src/views/synchronization/directive/syncList.vue @@ -56,7 +56,7 @@ --> @@ -74,7 +74,7 @@