amis-saas-4886 支持强提示

Change-Id: I614538c8b868c8ccda83d9761f00879132b9f87c
This commit is contained in:
pianruijie 2022-09-06 19:42:28 +08:00
parent e7cc10c135
commit 0c890e7681

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 {