Commit c0f66e5fec056d4643bba39b966236d29bffbcdc

Authored by loveumiko
1 parent 04834c04

fix: 修改看板自定义组件时,边距的问题

... ... @@ -80,7 +80,7 @@
80 80 :tab="item.title"
81 81 :forceRender="false"
82 82 >
83   - <main class="flex min-h-64 px-2 gap-8 flex-wrap justify-start pb-2">
  83 + <main class="flex min-h-64 px-2 gap-8 flex-wrap justify-start py-2">
84 84 <StageFrame
85 85 class="mt-4"
86 86 v-for="temp in item.items"
... ...