mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
60929d8a32
* chore: 更新版本 * feat: mapping 支持数组值 Closes #951
7 lines
97 B
SCSS
7 lines
97 B
SCSS
.#{$ns}MappingField {
|
|
margin-right: var(--gap-xs);
|
|
&:last-child {
|
|
margin-right: 0;
|
|
}
|
|
}
|