chore: update button style

This commit is contained in:
JustSong 2025-02-01 00:36:33 +08:00
parent 0df6d7a131
commit 5997fce454
2 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@ const Footer = () => {
return (
<Segment vertical>
<Container textAlign='center'>
<Container textAlign='center' style={{ color: '#666666' }}>
{footer ? (
<div
className='custom-footer'
@ -37,10 +37,7 @@ const Footer = () => {
></div>
) : (
<div className='custom-footer'>
<a
href='https://github.com/songquanpeng/one-api'
target='_blank'
>
<a href='https://github.com/songquanpeng/one-api' target='_blank'>
{systemName} {process.env.REACT_APP_VERSION}{' '}
</a>
{' '}

View File

@ -177,7 +177,9 @@ const Header = () => {
{renderButtons(true)}
<Menu.Item>
{userState.user ? (
<Button onClick={logout}>注销</Button>
<Button onClick={logout} style={{ color: '#666666' }}>
注销
</Button>
) : (
<>
<Button
@ -250,6 +252,7 @@ const Header = () => {
style={{
fontSize: '15px',
fontWeight: '400',
color: '#666',
}}
>
注销