chore: first login modify password

This commit is contained in:
jialin
2024-06-29 20:29:11 +08:00
parent cf0113e8d8
commit d47e53114c
25 changed files with 337 additions and 113 deletions
+17
View File
@@ -0,0 +1,17 @@
.util-bar-box {
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
flex-direction: column;
align-items: center;
.title {
font-weight: var(--font-weight-medium);
padding: 20px 0;
}
.ant-progress.ant-progress-circle .ant-progress-text {
font-size: 24px;
}
}