feat: 添加博客主题样式文件

This commit is contained in:
2026-01-13 09:44:37 +08:00
parent 8a3cc98330
commit d00c18d38a
6 changed files with 2204 additions and 33 deletions

View File

@ -635,7 +635,6 @@ function handdleMenuItem(type: number) {
}
const navHeight: any = ref(0)
onMounted(() => {
console.log("&&&&&&&&&&&&&&", nav.navH);
contentStyle.value = {
height: `${window.innerHeight - nav.navH}px)`
}