zhengyiming
2025-02-24 d6e8780fb1b2fe5d14186901f0a45bbc7abbf3eb
packages/components/src/components/Card/OrderCardItem.vue
@@ -16,7 +16,7 @@
type Props = {
  label: string;
  value: string;
  value: any;
  labelWidth?: any;
  textAlign?: any;
};