fix: 修复header 显示异常

This commit is contained in:
tim
2025-08-16 11:34:03 +08:00
parent 27ef792b11
commit 1f74a29dce

View File

@@ -184,8 +184,8 @@ onMounted(async () => {
<style scoped>
.header {
display: flex;
justify-content: space-between;
align-items: center;
justify-content: center;
height: var(--header-height);
background-color: var(--background-color-blur);
backdrop-filter: blur(10px);