feat:【mall 商城】交易统计、商品统计【antd】15%:product-rank-card.vue 完善

This commit is contained in:
YunaiV
2025-10-19 22:14:49 +08:00
parent cb717a9d84
commit b5bc8d24b9
7 changed files with 156 additions and 250 deletions

View File

@@ -102,7 +102,7 @@ onMounted(() => {
:start-placeholder="rangePickerProps.startPlaceholder"
:end-placeholder="rangePickerProps.endPlaceholder"
:default-time="rangePickerProps.defaultTime as any"
class="!w-[360px]"
class="!w-[215px]"
@change="handleDateRangeChange"
/>
<slot></slot>