Skip to content

Commit

Permalink
fix(ui/space): fix space inline mode className err (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxb666 authored Feb 23, 2023
1 parent 2822da8 commit 6d528b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-vue2-ui/src/space/space.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.var-space {
display: flex;
&--line {
&--inline {
display: inline-flex;
}
}

0 comments on commit 6d528b7

Please sign in to comment.