Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cuixueshe/vue3-dida
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Jun 10, 2023
2 parents fbce0f8 + 41baf84 commit f2dbb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/pages/Task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const taskLeftMenuStatusStore = useTaskLeftMenuStatusStore()
title="收缩侧边栏"
@mousedown.prevent="useDividerLeftDrag"
/>
<div class="flex-1 flex w-full h-full p-24px">
<div class="flex-1 flex w-full h-full p-24px min-w-300px">
<TaskList class="w-full" />
</div>
<div
Expand Down

0 comments on commit f2dbb41

Please sign in to comment.