develop #30
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user