[amis-saas-8098] [amis-saas-8099] 支持防抖 & 支持阻止冒泡

Change-Id: Idba11cc838b4bf612b384c468ff35646f63b3d8e
This commit is contained in:
pianruijie 2022-12-01 16:51:29 +08:00
parent ab4d285d0d
commit 28615a40af
2 changed files with 3 additions and 3 deletions

View File

@ -276,9 +276,9 @@ $tooltip-bottom: '[data-tooltip][data-position=' bottom ']:hover:after';
// 老动作入口
.old-action-btn {
position: fixed;
position: absolute;
left: 12px;
top: 60px;
top: px2rem(15px);
width: 91%;
z-index: 9999;
}

View File

@ -40,7 +40,7 @@
}
&-content {
padding: 0;
margin-top: #{px2rem(56px)};
margin-top: #{px2rem(60px)};
.icon {
cursor: pointer;
color: #30343f;