wupengfei
2025-02-24 fe5fc18b6b1810a61df6ed7d94957f449ca05488
packages/components/src/components/Card/OrderCardItem.vue
@@ -27,21 +27,4 @@
});
</script>
<style lang="scss">
.order-card-item {
  display: flex;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 15px;
  .order-card-item-label {
    color: #333333;
  }
  .order-card-item-value {
    color: #666666;
    flex: 1;
    min-width: 0;
  }
}
</style>
<style lang="scss"></style>