mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
[amis-saas-8098] [amis-saas-8099] 支持防抖 & 支持阻止冒泡
Change-Id: Idba11cc838b4bf612b384c468ff35646f63b3d8e
This commit is contained in:
parent
ab4d285d0d
commit
28615a40af
@ -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;
|
||||
}
|
||||
|
@ -40,7 +40,7 @@
|
||||
}
|
||||
&-content {
|
||||
padding: 0;
|
||||
margin-top: #{px2rem(56px)};
|
||||
margin-top: #{px2rem(60px)};
|
||||
.icon {
|
||||
cursor: pointer;
|
||||
color: #30343f;
|
||||
|
Loading…
Reference in New Issue
Block a user