mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-13 12:23:29 +08:00
修复初始化流程
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user