fix: 修复导航面包屑 同级节点展示弹窗内容溢出问题

Change-Id: Ic56ee490f2d3fc79a2a1842efbe69069d4d0e49d
This commit is contained in:
wibetter 2022-06-22 16:45:39 +08:00
parent 4dce9abb60
commit 121f02c500
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
z-index: 100000; // 设置一个最大的层级
visibility: hidden;
transition: all ease-out 0.15s;
@include minScrollBar();
> li > span {
display: block;
padding: 6px 12px;

View File

@ -228,7 +228,7 @@ export default class Breadcrumb extends React.Component<
{item.label}
</span>
{nearby?.length > 1 ? (
<ul>
<ul className='hoverShowScrollBar'>
{nearby.map(child => (
<li key={`${child.id}-${child.region}`}>
<span