From 64b96f00f7cf1ddb6e92d9a298bf224123aa5e60 Mon Sep 17 00:00:00 2001 From: aits2026 Date: Fri, 6 Mar 2026 13:02:27 +0800 Subject: [PATCH] fix(export): align task center card height --- src/pages/ExportPage.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/ExportPage.scss b/src/pages/ExportPage.scss index 8f34a07..70df2da 100644 --- a/src/pages/ExportPage.scss +++ b/src/pages/ExportPage.scss @@ -22,7 +22,7 @@ .export-top-bar { display: flex; - align-items: flex-start; + align-items: stretch; gap: 12px; } @@ -531,6 +531,7 @@ font-weight: 600; cursor: pointer; flex-shrink: 0; + align-self: stretch; transition: border-color 0.12s ease, color 0.12s ease, box-shadow 0.12s ease, transform 0.12s ease; &:hover { @@ -3305,6 +3306,7 @@ } .task-center-card { + align-self: auto; width: 100%; justify-content: space-between; }