fix
parent
4cf39c1734
commit
77462a0856
|
@ -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;
|
||||||
|
|
|
@ -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" }}>
|
||||||
|
|
Loading…
Reference in New Issue