fix: recover header logo && add styleint check (#1084)

* fix: fix header logo not show

* feat: update lint-staged

feat: add stylelint
This commit is contained in:
conghuhu
2022-08-31 23:26:58 +08:00
committed by GitHub
parent 349ce7f1d4
commit e108d26ec7
6 changed files with 435 additions and 31 deletions

View File

@ -595,7 +595,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"}}
style={{lineHeight: "64px", width: "80%", position: "absolute", left: "145px"}}
>
{
this.renderMenu()