@import '../style/var.less';

.zt-cell {
  // .van-cell__title {
  //   width: 80px;
  //   flex: none;
  // }
  &.zt-cell--line-feed {
    flex-wrap: wrap;
    .van-cell__title {
      text-align: left !important;
      padding-right: @padding-base;
    }
    .van-cell__value {
      text-align: left;
      white-space: pre-wrap;
      word-wrap: break-word;
      flex: none !important;
      width: 100%;
    }
  }
}
