From fe57d80a009bb84e7ad0dc7f9e88ae948829997c Mon Sep 17 00:00:00 2001 From: aits2026 Date: Fri, 6 Mar 2026 11:27:43 +0800 Subject: [PATCH] fix(export): center single export action text --- src/pages/ExportPage.scss | 9 +++++++++ src/pages/ExportPage.tsx | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/pages/ExportPage.scss b/src/pages/ExportPage.scss index cfdc918..4bd15bf 100644 --- a/src/pages/ExportPage.scss +++ b/src/pages/ExportPage.scss @@ -1806,6 +1806,10 @@ display: inline-flex; align-items: flex-start; gap: 6px; + + &.single-line { + align-items: center; + } } .row-detail-btn { @@ -1837,6 +1841,11 @@ align-items: center; gap: 2px; min-width: 84px; + + &.single-line { + min-height: 28px; + justify-content: center; + } } .row-export-link { diff --git a/src/pages/ExportPage.tsx b/src/pages/ExportPage.tsx index c1b504a..6d7f13e 100644 --- a/src/pages/ExportPage.tsx +++ b/src/pages/ExportPage.tsx @@ -5376,14 +5376,14 @@ function ExportPage() { )}
-
+
-
+