mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-18 09:24:07 +00:00
chore: update default theme style
This commit is contained in:
@@ -200,7 +200,14 @@ const Header = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Menu borderless style={{ borderTop: 'none' }}>
|
<Menu
|
||||||
|
borderless
|
||||||
|
style={{
|
||||||
|
borderTop: 'none',
|
||||||
|
boxShadow: 'rgba(0, 0, 0, 0.04) 0px 2px 12px 0px',
|
||||||
|
border: 'none',
|
||||||
|
}}
|
||||||
|
>
|
||||||
<Container>
|
<Container>
|
||||||
<Menu.Item as={Link} to='/' className={'hide-on-mobile'}>
|
<Menu.Item as={Link} to='/' className={'hide-on-mobile'}>
|
||||||
<img src={logo} alt='logo' style={{ marginRight: '0.75em' }} />
|
<img src={logo} alt='logo' style={{ marginRight: '0.75em' }} />
|
||||||
|
Reference in New Issue
Block a user