steps.wxss 290 B

123456
  1. @import '../common/style/index.wxss';:host{display:flex;}
  2. .t-step--vertical{padding-right:32rpx;}
  3. .t-steps{display:flex;width:100%;}
  4. .t-steps--vertical{flex-direction:column;}
  5. .t-steps--reverse{flex-direction:row-reverse;}
  6. .t-steps--vertical.t-steps--reverse{flex-direction:column-reverse;}