From 121f02c50003f0c1c2896b8535f78e1c3c57b1bd Mon Sep 17 00:00:00 2001 From: wibetter <365533093@qq.com> Date: Wed, 22 Jun 2022 16:45:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E9=9D=A2=E5=8C=85=E5=B1=91=20=E5=90=8C=E7=BA=A7=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E5=B1=95=E7=A4=BA=E5=BC=B9=E7=AA=97=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E6=BA=A2=E5=87=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic56ee490f2d3fc79a2a1842efbe69069d4d0e49d --- packages/amis-editor-core/scss/_bcn.scss | 2 +- packages/amis-editor-core/src/component/Breadcrumb.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/amis-editor-core/scss/_bcn.scss b/packages/amis-editor-core/scss/_bcn.scss index 2ba098f6c..ce3ad2c3d 100644 --- a/packages/amis-editor-core/scss/_bcn.scss +++ b/packages/amis-editor-core/scss/_bcn.scss @@ -74,7 +74,7 @@ z-index: 100000; // 设置一个最大的层级 visibility: hidden; transition: all ease-out 0.15s; - @include minScrollBar(); + > li > span { display: block; padding: 6px 12px; diff --git a/packages/amis-editor-core/src/component/Breadcrumb.tsx b/packages/amis-editor-core/src/component/Breadcrumb.tsx index 3df5eb359..9a18be32a 100644 --- a/packages/amis-editor-core/src/component/Breadcrumb.tsx +++ b/packages/amis-editor-core/src/component/Breadcrumb.tsx @@ -228,7 +228,7 @@ export default class Breadcrumb extends React.Component< {item.label} {nearby?.length > 1 ? ( -