zhengyiming
2025-03-25 dca624a7e4c877dc4bfd8c496a6c2a6b29ad4b46
packages/components/src/styles/orderCard.scss
@@ -1,7 +1,15 @@
@use './common.scss' as *;
.order-card {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  &:last-child {
    margin-bottom: 0;
  }
  .order-card-title {
    display: flex;
@@ -23,6 +31,19 @@
    .order-card-title-ordernum {
      font-size: 24px;
      color: #999999;
      flex: 1;
      min-width: 0;
      @include ellipsis;
    }
    .order-card-title-ordernum-wrapper {
      display: flex;
      align-items: center;
      .order-card-action {
        font-size: 24px;
        color: boleGetCssVar('color', 'primary');
      }
    }
  }
}
@@ -42,4 +63,10 @@
    flex: 1;
    min-width: 0;
  }
  &.danger {
    .order-card-item-value {
      color: boleGetCssVar('color', 'danger');
    }
  }
}