Skip to content

Commit

Permalink
[docs] 优化 AutoGrid 组件演示文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang-Wei-666 committed Jul 1, 2024
1 parent 798dd5a commit c7ff537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/auto-grid/demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</template>
</div>

<n-split v-model:size="splitSize" :max="`${rootWidth - 44}px`" pane1-class="pr-2" pane2-class="flex pl-1">
<n-split v-model:size="splitSize" :max="`${rootWidth - 44}px`" min="100px" pane1-class="pr-2" pane2-class="flex pl-1">
<template #1>
<MixteAutoGrid :item-width="itemWidth" :gap="gap" :gap-x="gapX" :gap-y="gapY" :collapsed="collapsed" :collapsed-rows="collapsedRows">
<div
Expand Down

0 comments on commit c7ff537

Please sign in to comment.