index.less 216 B

1234567891011121314
  1. @import '../../styles/base.less';
  2. .item-label {
  3. min-width: 120rpx;
  4. text-align-last: justify;
  5. }
  6. .item-content {
  7. flex:1;
  8. padding: 0 20rpx;
  9. }
  10. .item-end {
  11. min-width: 100rpx;
  12. text-align: right;
  13. }