diff --git a/web/src/components/layout/PageLayout.js b/web/src/components/layout/PageLayout.js index 8576a4ea..e25901ef 100644 --- a/web/src/components/layout/PageLayout.js +++ b/web/src/components/layout/PageLayout.js @@ -134,7 +134,7 @@ const PageLayout = () => { section>header>section>div>div>div>div.semi-navigation-footer>div>a>li { - padding: 0 0; - } - - #root>section>header>section>div>div>div>div.semi-navigation-header-list-outer>div.semi-navigation-list-wrapper>ul>div>a>li { - padding: 0 5px; - } - - #root>section>header>section>div>div>div>div.semi-navigation-footer>div:nth-child(1)>a>li { - padding: 0 5px; - } - - .semi-navigation-horizontal .semi-navigation-header { - margin-right: 0; - } - - /* 确保移动端内容可滚动 */ - .semi-layout-content { - -webkit-overflow-scrolling: touch !important; - overscroll-behavior-y: auto !important; - } - - /* 修复移动端下拉刷新 */ - body { - overflow: visible !important; - overscroll-behavior-y: auto !important; - position: static !important; - height: 100% !important; - } - - /* 确保内容区域在移动端可以正常滚动 */ - #root { - overflow: visible !important; - height: 100% !important; - } /* 移动端表格样式调整 */ .semi-table-tbody,