This commit is contained in:
2024-02-26 22:07:32 +08:00
parent 76524a16de
commit a974f7dec4
6 changed files with 108 additions and 17 deletions

View File

@@ -36,7 +36,7 @@ const open_login_modal = () => {
</script>
<template>
<div class="w-full h-screen">
<div class="relative grid w-full min-h-screen">
<header>
<h1 class="inline-flex flex-col">
<span class="text-lg text-neutral-600 dark:text-neutral-300 font-bold">眩生花 AI 助手</span>
@@ -85,7 +85,7 @@ header {
}
main {
@apply min-h-full pt-16;
@apply min-h-[calc(100vh-4rem)] pt-16;
}
footer {