
.detailRow {
  margin-bottom: .5em;
}

.detailRow-label {
  color: #5e6c84;
  font-size: .9em;
  line-height: 17px;
  padding: 2px 0;
}

.detailRow-content {
  line-height: 18px;
  padding: 2px 10px 2px 2px;
}

.detailRow-flex {
  display: flex;

  .detailRow-label {
    flex: 0 0 auto;
  }
  .detailRow-content {
    flex: 1 1 auto;
    overflow: hidden;
  }
}

.detailRow-subItem {
  margin-bottom: 5px;
  padding: 10px 10px 0;
  margin-left: -10px;
  border-left: 2px solid #eee;

  &:last-child { margin-bottom: 0; }

  .detailRow {
    margin-bottom: .15em;
  }

  .el-tag {
    height: 16px;
    line-height: 14px;
  }
}

.detailRow-box {
  background: #fafafa;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
  border: 2px solid #eee;
}

.detailRow-content-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
