fix:修改状态间距
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.ant-steps-vertical {
|
.ant-steps-vertical {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-top: 10px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
.card {
|
.card {
|
||||||
width: 450px;
|
width: 450px;
|
||||||
@@ -97,6 +97,6 @@
|
|||||||
height: 120% !important;
|
height: 120% !important;
|
||||||
}
|
}
|
||||||
:deep(.ant-steps-item) {
|
:deep(.ant-steps-item) {
|
||||||
margin-top: 20px !important;
|
margin-top: 8px !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user