fix(web): breadcrumb ui

This commit is contained in:
zhaoying
2026-04-13 19:05:32 +08:00
parent 2b067ce08a
commit 70d4e79de1
2 changed files with 27 additions and 18 deletions

View File

@@ -12,6 +12,14 @@
font-weight: 500;
font-style: normal;
}
.breadcrumbTitle {
display: inline-block;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: bottom;
}
.header :global(.ant-breadcrumb) {
line-height: 31px;
}