Skip to content

Commit 50dc67c

Browse files
jjzhang332yingxuan
andauthored
chore: optimize styles (#591)
Signed-off-by: yingxuan <zhanglujia.zlj@digital-engine.com> Co-authored-by: yingxuan <zhanglujia.zlj@digital-engine.com>
1 parent 5eb3191 commit 50dc67c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/clusters/index.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
}
2828

2929
.clusterIcon {
30-
width: 1.6rem;
31-
height: 1.6rem;
30+
width: 1.5rem;
31+
height: 1.5rem;
3232
position: absolute;
33-
left: 0.8rem;
34-
top: 0.3rem;
33+
left: 0.55rem;
34+
top: 0.1rem;
3535
color: var(--palette-grey-200Channel);
3636
}
3737

src/components/users/new.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ export default function NewUser() {
355355
New user
356356
</Typography>
357357
</Breadcrumbs>
358-
<Box component="form" onSubmit={handleSubmit} sx={{ mt: '2rem' }}>
358+
<Box component="form" onSubmit={handleSubmit} sx={{ mt: '2rem' }} noValidate>
359359
<Divider sx={{ mt: 2, mb: 2 }} />
360360
<Box className={styles.form}>
361361
{formList.map((item) =>

0 commit comments

Comments
 (0)