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;
}
// 隐藏ant-affix固定定位元素
.ant-affix {
display: none !important;
// 确保PageContainer的affix header显示
.ant-pro-page-container-affix {
display: block !important;
}
// 隐藏包含ant-affix的元素
.ant-affix-wrapper {
// 只隐藏通用的ant-affix非PageContainer相关
.ant-affix:not(.ant-pro-page-container-affix) {
display: none !important;
}