diff --git a/web/src/components/modals/SettingsView/System.tsx b/web/src/components/modals/SettingsView/System.tsx
index cb595200..50ecfb6a 100644
--- a/web/src/components/modals/SettingsView/System.tsx
+++ b/web/src/components/modals/SettingsView/System.tsx
@@ -34,23 +34,21 @@ export const SettingsSystem: React.FC = React.memo(() => {
}
/>
-
-
- {t('暗黑模式')}
- {t('亮色模式')}
- {t('自动')}
-
- }
- />
-
+
+ {t('暗黑模式')}
+ {t('亮色模式')}
+ {t('自动')}
+
+ }
+ />
);
});