style: hide ant-affix fixed positioning elements
This commit is contained in:
parent
d6834f2520
commit
a2fe13a54b
@ -226,3 +226,13 @@ div[class*="page-container-header"] .ant-tabs-ink-bar {
|
||||
.ant-pro-header {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
// 隐藏ant-affix固定定位元素
|
||||
.ant-affix {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
// 隐藏包含ant-affix的元素
|
||||
.ant-affix-wrapper {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user