|
|
@ -23,7 +23,7 @@ export const SettingsSystem: React.FC = React.memo(() => {
|
|
|
|
title={t('系统语言')}
|
|
|
|
title={t('系统语言')}
|
|
|
|
content={
|
|
|
|
content={
|
|
|
|
<Select
|
|
|
|
<Select
|
|
|
|
style={{ width: 300 }}
|
|
|
|
style={{ width: 280 }}
|
|
|
|
size="large"
|
|
|
|
size="large"
|
|
|
|
value={language}
|
|
|
|
value={language}
|
|
|
|
onChange={handleChangeLanguage}
|
|
|
|
onChange={handleChangeLanguage}
|
|
|
@ -38,7 +38,7 @@ export const SettingsSystem: React.FC = React.memo(() => {
|
|
|
|
title={t('配色方案')}
|
|
|
|
title={t('配色方案')}
|
|
|
|
content={
|
|
|
|
content={
|
|
|
|
<Select
|
|
|
|
<Select
|
|
|
|
style={{ width: 300 }}
|
|
|
|
style={{ width: 280 }}
|
|
|
|
size="large"
|
|
|
|
size="large"
|
|
|
|
value={colorScheme}
|
|
|
|
value={colorScheme}
|
|
|
|
onChange={setColorScheme}
|
|
|
|
onChange={setColorScheme}
|
|
|
|