提交 8d27085d authored 作者: 王鹏飞's avatar 王鹏飞

iframe中的时候,去掉header

上级 04ff7cc9
......@@ -8,6 +8,7 @@
justify-content: space-between;
height: 66px;
background-color: #fff;
margin-bottom: 20px;
.logo {
height: 40px;
img {
......
......@@ -9,9 +9,10 @@ export default function AppLayout() {
if (queryUserIsPending || queryMapIsPending) {
return
}
const isIframe = window.self !== window.top
return (
<div className="app-layout">
<AppHeader />
{!isIframe && <AppHeader />}
<div className="app-layout-container">
<Outlet />
</div>
......
.data-layout {
display: flex;
gap: 20px;
padding-top: 20px;
// padding-top: 20px;
height: 100%;
box-sizing: border-box;
&.collapsed {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论