fix: 调整面包屑导航的显示逻辑

- 在移动端隐藏面包屑导航
This commit is contained in:
2025-12-27 17:05:41 +08:00
parent 601c4abe53
commit f87b977c87
8 changed files with 40 additions and 0 deletions

View File

@ -137,5 +137,9 @@
grid-template-columns: 1fr;
gap: 20px;
}
.breadcrumb {
display: none;
}
}
</style>