feat: show language widget in signup and signin pages (#1180)

This commit is contained in:
Yaodong Yu
2022-10-03 22:40:19 +08:00
committed by GitHub
parent 5abcf913e6
commit 6da452d7e0
5 changed files with 53 additions and 29 deletions

View File

@ -610,7 +610,7 @@ class App extends Component {
// theme="dark"
mode={(Setting.isMobile() && this.isStartPages()) ? "inline" : "horizontal"}
selectedKeys={[`${this.state.selectedMenuKey}`]}
style={{lineHeight: "64px", width: "80%", position: "absolute", left: "145px"}}
style={{lineHeight: "64px", width: "78%", position: "absolute", left: "145px"}}
>
{
this.renderMenu()