fix: show full

pull/256/head
xingyu4j 2025-11-06 18:57:04 +08:00
parent 44675a847c
commit 1aaae15706
1 changed files with 1 additions and 1 deletions

View File

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