wupengfei
2025-02-24 79fe2591d6fd90c0851da504dd6e867ea033d17b
packages/components/src/components/Card/OrderCardItem.vue
@@ -16,7 +16,7 @@
type Props = {
  label: string;
  value: string;
  value: any;
  labelWidth?: any;
  textAlign?: any;
};
@@ -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>