feat: 添加全屏样式以支持页面布局

This commit is contained in:
Vixalie
2026-03-26 17:02:15 +08:00
parent 27fcad35b7
commit 1255584f93

View File

@@ -1,2 +1,6 @@
@import "tailwindcss";
@plugin "daisyui";
html, body {
@apply size-full;
}