style: hide ant-affix fixed positioning elements

This commit is contained in:
Your Name 2026-03-30 17:07:44 +08:00
parent d6834f2520
commit a2fe13a54b

View File

@ -226,3 +226,13 @@ div[class*="page-container-header"] .ant-tabs-ink-bar {
.ant-pro-header { .ant-pro-header {
display: flex !important; display: flex !important;
} }
// 隐藏ant-affix固定定位元素
.ant-affix {
display: none !important;
}
// 隐藏包含ant-affix的元素
.ant-affix-wrapper {
display: none !important;
}