Skip to content

Commit

Permalink
fix(theme): statement 布局背景设置不生效
Browse files Browse the repository at this point in the history
  • Loading branch information
ISNing committed Aug 9, 2024
1 parent 927a503 commit 3c15cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/layouts/statement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const style = computed(() => handleBackground(props.background, true))
</script>

<template>
<div class="slidev-layout statement">
<div class="slidev-layout statement" :style="style">
<div class="my-auto">
<SlideLogo v-bind="$props" />
<slot />
Expand Down

0 comments on commit 3c15cec

Please sign in to comment.