From cf8ac2bf39a8ccfc0b2446d0b24aec356f1e24dc Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Thu, 14 May 2026 14:24:26 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260513-=E5=85=9A=E5=A7=94=E4=BC=9A?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E8=A1=A8=E5=8D=95=20=E5=8F=8D=E9=A6=88?= =?UTF-8?q?=E5=AD=90=E8=A1=A8=E7=9A=84=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bg/bgpartymatter/BgPartymatterList.vue | 26 ++++++++++++++++--- .../components/BgPartymatterBPMForm.vue | 5 ++-- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/src/views/bg/bgpartymatter/BgPartymatterList.vue b/src/views/bg/bgpartymatter/BgPartymatterList.vue index ff3bc3d..309bcfa 100644 --- a/src/views/bg/bgpartymatter/BgPartymatterList.vue +++ b/src/views/bg/bgpartymatter/BgPartymatterList.vue @@ -669,8 +669,14 @@ min-width: 300px; :deep(.file-list-wrapper) { - min-height: auto; - padding: 8px; + min-height: 0 !important; + padding: 4px 8px !important; + } + + :deep(.ant-spin-nested-loading), + :deep(.ant-spin-container) { + min-height: 0 !important; + line-height: 20px; } :deep(.file-list-header) { @@ -684,7 +690,21 @@ } :deep(.ant-empty) { - margin: 0; + margin: 0 !important; + display: flex; + align-items: center; + min-height: 20px; + text-align: left; + } + + :deep(.ant-empty-image) { + display: none !important; + } + + :deep(.ant-empty-description) { + color: #94a3b8; + font-size: 12px; + line-height: 20px; } } } diff --git a/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue b/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue index 779e985..ac23975 100644 --- a/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue +++ b/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue @@ -16,17 +16,18 @@ - + - +