fix:修改状态间距

This commit is contained in:
zhaohy
2024-08-30 11:54:48 +08:00
parent dc3d0a59ba
commit 1102e8ac3a

View File

@@ -53,7 +53,7 @@
<style lang="less" scoped>
.ant-steps-vertical {
margin-left: 20px;
margin-top: 10px;
margin-top: 20px;
}
.card {
width: 450px;
@@ -97,6 +97,6 @@
height: 120% !important;
}
:deep(.ant-steps-item) {
margin-top: 20px !important;
margin-top: 8px !important;
}
</style>