fix. 템플릿 수정
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user