Commit 4cdd65c64860299a07dc6a694a47fdd5d011888a
Merge branch 'fix/board-custom-padding' into 'main_dev'
fix: 修改看板自定义组件时边距问题 See merge request yunteng/thingskit-front!779
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -80,7 +80,7 @@ | @@ -80,7 +80,7 @@ | ||
| 80 | :tab="item.title" | 80 | :tab="item.title" |
| 81 | :forceRender="false" | 81 | :forceRender="false" |
| 82 | > | 82 | > |
| 83 | - <main class="flex min-h-64 px-2 gap-8 flex-wrap justify-start"> | 83 | + <main class="flex min-h-64 px-2 gap-8 flex-wrap justify-start py-2"> |
| 84 | <StageFrame | 84 | <StageFrame |
| 85 | class="mt-4" | 85 | class="mt-4" |
| 86 | v-for="temp in item.items" | 86 | v-for="temp in item.items" |