@import '../../app.less';

.progress-text {
  display: flex;
  width: 160px;
  line-height: 24px;

  .p {
    flex: 1;
    margin-top: 8px;
  }

  .t {
    width: 40px;
    text-align: right;
  }
}