Merge changes Ic5f55f87,I614538c8 into feat-optimize-5

* changes:
  修复打开页面参数问题 amis-saas-6583 [Bug] 测试:【组件优化第五批】事件监听-动作配置-打开页面,页面下配置请求入参,选取页面后,label栏获取到是value;
  amis-saas-4886 支持强提示
This commit is contained in:
pianruijie 2022-09-15 21:16:52 +08:00 committed by iCode
commit 1308775bd9

View File

@ -75,6 +75,14 @@
}
}
}
&-desc {
margin: #{px2rem(12px)};
color: #84868c;
button > svg {
width: #{px2rem(12px)};
height: #{px2rem(12px)};
}
}
&:last-child {
.event-item-header {
border-bottom: #{px2rem(1px)} solid #d4d6d9;
@ -87,7 +95,7 @@
@include flexBox(column, flex-start);
@include minScrollBar();
margin: 0;
padding: #{px2rem(13px)} #{px2rem(8px)} 0;
padding: 0 #{px2rem(12px)};
background: #ffffff;
list-style-type: none;
.ae-option-control-item {