Browse Source

fix:修改状态间距

temp
zhaohy 2 months ago
parent
commit
1102e8ac3a
  1. 4
      hx-ai-intelligent/src/components/ns-steps.vue

4
hx-ai-intelligent/src/components/ns-steps.vue

@ -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>

Loading…
Cancel
Save