mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:18:34 +08:00
Merge changes Ic5f55f87,I614538c8 into feat-optimize-5
* changes: 修复打开页面参数问题 amis-saas-6583 [Bug] 测试:【组件优化第五批】事件监听-动作配置-打开页面,页面下配置请求入参,选取页面后,label栏获取到是value; amis-saas-4886 支持强提示
This commit is contained in:
commit
1308775bd9
@ -75,6 +75,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&-desc {
|
||||||
|
margin: #{px2rem(12px)};
|
||||||
|
color: #84868c;
|
||||||
|
button > svg {
|
||||||
|
width: #{px2rem(12px)};
|
||||||
|
height: #{px2rem(12px)};
|
||||||
|
}
|
||||||
|
}
|
||||||
&:last-child {
|
&:last-child {
|
||||||
.event-item-header {
|
.event-item-header {
|
||||||
border-bottom: #{px2rem(1px)} solid #d4d6d9;
|
border-bottom: #{px2rem(1px)} solid #d4d6d9;
|
||||||
@ -87,7 +95,7 @@
|
|||||||
@include flexBox(column, flex-start);
|
@include flexBox(column, flex-start);
|
||||||
@include minScrollBar();
|
@include minScrollBar();
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: #{px2rem(13px)} #{px2rem(8px)} 0;
|
padding: 0 #{px2rem(12px)};
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
.ae-option-control-item {
|
.ae-option-control-item {
|
||||||
|
Loading…
Reference in New Issue
Block a user