fix: 调整面包屑导航的显示逻辑
- 在移动端隐藏面包屑导航
This commit is contained in:
@ -207,6 +207,10 @@
|
||||
.skeleton-card {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
:deep(.el-collapse-item__header) {
|
||||
|
||||
Reference in New Issue
Block a user