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

@ -87,4 +87,10 @@
:deep(.markdown-body ul) {
list-style-type: none;
}
@media (max-width: 768px) {
.breadcrumb {
display: none;
}
}
</style>