mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
Fix hidden top navbar item
This commit is contained in:
parent
8b6b5ffe81
commit
f77fafae24
@ -579,7 +579,7 @@ class App extends Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const menuStyleRight = Setting.isAdminUser(this.state.account) && !Setting.isMobile() ? "calc(180px + 260px)" : "260px";
|
const menuStyleRight = Setting.isAdminUser(this.state.account) && !Setting.isMobile() ? "calc(180px + 280px)" : "280px";
|
||||||
return (
|
return (
|
||||||
<Layout id="parent-area">
|
<Layout id="parent-area">
|
||||||
<EnableMfaNotification account={this.state.account} />
|
<EnableMfaNotification account={this.state.account} />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user