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