topwar
guofei 2024-06-03 15:42:37 +08:00
parent 4cf39c1734
commit 77462a0856
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@
.language-select-container { .language-select-container {
display: flex; display: flex;
align-items: center; align-items: center;
position: absolute; position: fixed;
right: 40px; right: 40px;
top: 30px; top: 30px;
z-index: 1000; z-index: 1000;

View File

@ -34,7 +34,7 @@ function SettingFrame(props) {
{t("saveSuccess")} {t("saveSuccess")}
</Alert> </Alert>
</Snackbar> </Snackbar>
<List style={{ width: "80%", margin: "auto" }}> <List style={{ width: "80%", margin: "auto", minWidth: "500px" }}>
{rows.map((rowKey, rowIndex) => ( {rows.map((rowKey, rowIndex) => (
<ListItem key={rowIndex}> <ListItem key={rowIndex}>
<span style={{ display: "inline-block", width: "40px" }}> <span style={{ display: "inline-block", width: "40px" }}>