Spaces:
Running
Running
muxi feng
commited on
Commit
·
b8385e3
1
Parent(s):
9f614f8
修复卡密格式
Browse files
app/components/user.module.scss
CHANGED
@@ -34,6 +34,10 @@
|
|
34 |
margin-right: 5px;
|
35 |
}
|
36 |
}
|
|
|
|
|
|
|
|
|
37 |
|
38 |
.avatar {
|
39 |
cursor: pointer;
|
|
|
34 |
margin-right: 5px;
|
35 |
}
|
36 |
}
|
37 |
+
.kamidiv{
|
38 |
+
display: flex;
|
39 |
+
justify-content: center;
|
40 |
+
}
|
41 |
|
42 |
.avatar {
|
43 |
cursor: pointer;
|
app/components/user.tsx
CHANGED
@@ -218,7 +218,7 @@ export function User() {
|
|
218 |
|
219 |
<List>
|
220 |
<ListItem title={Locale.User.kami}>
|
221 |
-
<div>
|
222 |
<input
|
223 |
type="input"
|
224 |
className={styles.kamicode}
|
|
|
218 |
|
219 |
<List>
|
220 |
<ListItem title={Locale.User.kami}>
|
221 |
+
<div className={styles.kamidiv}>
|
222 |
<input
|
223 |
type="input"
|
224 |
className={styles.kamicode}
|