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

@ -207,6 +207,10 @@
.skeleton-card {
width: 90%;
}
.breadcrumb {
display: none;
}
}
:deep(.el-collapse-item__header) {