develop #30

Merged
zsq merged 33 commits from develop into main 2026-03-31 17:43:07 +08:00
Showing only changes of commit 6498edff1b - Show all commits

View File

@ -227,12 +227,12 @@ div[class*="page-container-header"] .ant-tabs-ink-bar {
display: flex !important; display: flex !important;
} }
// 隐藏ant-affix固定定位元素 // 确保PageContainer的affix header显示
.ant-affix { .ant-pro-page-container-affix {
display: none !important; display: block !important;
} }
// 隐藏包含ant-affix的元素 // 只隐藏通用的ant-affix非PageContainer相关
.ant-affix-wrapper { .ant-affix:not(.ant-pro-page-container-affix) {
display: none !important; display: none !important;
} }