mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 12:38:53 +08:00
amis-saas-4886 支持强提示
Change-Id: I614538c8b868c8ccda83d9761f00879132b9f87c
This commit is contained in:
parent
e7cc10c135
commit
0c890e7681
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user