We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ccc52 commit d9d51d6Copy full SHA for d9d51d6
1 file changed
packages/components/step-item/step-item.less
@@ -79,6 +79,10 @@
79
align-items: center;
80
}
81
82
+ &--vertical {
83
+ margin-bottom: 16rpx;
84
+ }
85
+
86
&__anchor {
87
display: flex;
88
@@ -150,10 +154,13 @@
150
154
151
155
152
156
justify-content: space-between;
153
- margin-bottom: 8rpx;
157
158
159
160
+ &__title + &__description:not(:empty) {
161
+ margin-top: 8rpx;
162
163
164
&__description {
165
color: @step-item-description-color;
166
line-height: 40rpx;
0 commit comments