Skip to content

Commit

Permalink
feat: page content class override (#5179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan authored Dec 18, 2024
1 parent 10b3a16 commit db5b727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effects/common-ui/src/components/page/page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ onMounted(() => {
</div>
</div>

<div :class="contentClass" :style="contentStyle" class="h-full p-4">
<div :class="cn('h-full p-4', contentClass)" :style="contentStyle">
<slot></slot>
</div>

Expand Down

0 comments on commit db5b727

Please sign in to comment.