修复初始化流程

This commit is contained in:
hanhh
2021-10-14 22:00:36 +08:00
parent 38757758cb
commit b558aa0934
2 changed files with 57 additions and 51 deletions
+9 -4
View File
@@ -55,15 +55,20 @@
background-color: #f6f8fa;
border: 1px solid #ebedef;
display: flex;
width: 500px;
height: 500px;
max-width: 500px;
width: 90%;
height: 350px;
.ant-steps {
width: 150px;
width: 35%;
display: flex;
align-items: center;
position: relative;
top: 6%;
}
.steps-container {
flex: 1;
overflow-y: auto;
padding-right: 20px;
}
}