zhengyiming
1 天以前 23bfd958545ab5548d561ef6db1eafafe03e4e05
packages/components/src/styles/orderCard.scss
@@ -35,6 +35,19 @@
        font-weight: 400;
        flex: 1;
        min-width: 0;
        display: flex;
        &::before {
          content: '';
          display: inline-block;
          width: 8px;
          height: 24px;
          background-color: #fa4640;
          border-radius: 24px;
          margin-right: 12px;
          line-height: 42px;
          margin-top: 9px;
        }
      }
    }
@@ -56,14 +69,11 @@
    }
  }
  .order-card-content {
    padding-bottom: 26px;
  }
  .order-card-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 32px;
    margin-top: 26px;
    border-top: solid 1px #f7f7f7;
  }