From d76d1bd7fe9d91a16b50c5e16be132b99e26a27c Mon Sep 17 00:00:00 2001 From: Oscar Shaw Date: Sat, 29 Nov 2025 19:15:35 +0800 Subject: [PATCH] perf: adjust padding for PlatformPage and ProviderPage log sections (#3825) - Added bottom margin to log card for better spacing. --- dashboard/src/views/PlatformPage.vue | 3 ++- dashboard/src/views/ProviderPage.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dashboard/src/views/PlatformPage.vue b/dashboard/src/views/PlatformPage.vue index dda6d5298..60a841049 100644 --- a/dashboard/src/views/PlatformPage.vue +++ b/dashboard/src/views/PlatformPage.vue @@ -35,7 +35,7 @@ - + mdi-console-line {{ tm('logs.title') }} @@ -233,5 +233,6 @@ export default { .platform-page { padding: 20px; padding-top: 8px; + padding-bottom: 40px; } diff --git a/dashboard/src/views/ProviderPage.vue b/dashboard/src/views/ProviderPage.vue index a5716f7bf..c3bf81713 100644 --- a/dashboard/src/views/ProviderPage.vue +++ b/dashboard/src/views/ProviderPage.vue @@ -148,7 +148,7 @@ - + mdi-console-line {{ tm('logs.title') }} @@ -849,6 +849,7 @@ export default { .provider-page { padding: 20px; padding-top: 8px; + padding-bottom: 40px; } .status-card {