fix: show full

This commit is contained in:
xingyu4j
2025-11-06 18:57:04 +08:00
parent 44675a847c
commit 1aaae15706

View File

@@ -81,7 +81,7 @@ onMounted(() => {
:value-format="rangePickerProps.valueFormat" :value-format="rangePickerProps.valueFormat"
:placeholder="rangePickerProps.placeholder" :placeholder="rangePickerProps.placeholder"
:presets="rangePickerProps.presets" :presets="rangePickerProps.presets"
class="!w-[235px]" class="!w-full !max-w-96"
@change="handleDateRangeChange" @change="handleDateRangeChange"
/> />
<slot></slot> <slot></slot>