fix. 템플릿 수정

This commit is contained in:
clkim
2025-10-30 16:23:12 +09:00
parent 7a4dfd9790
commit 74ce5a0714
15 changed files with 422 additions and 79 deletions

View File

@@ -59,7 +59,6 @@ watchEffect(() => {
setupSeoMeta(props.pageData?.meta_tag_json)
}
})
</script>
<template>
@@ -84,6 +83,12 @@ watchEffect(() => {
<style scoped>
.main {
@apply relative pt-[48px] md:pt-[64px];
@apply relative min-h-[200px] pt-[48px] md:min-h-[300px] md:pt-[64px];
}
[data-theme='light'] {
.main {
@apply bg-theme-foreground;
}
}
</style>