mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 11:58:10 +08:00
8b56081b53
* feat:新增面包屑组件 * icon 加个小间距
10 lines
140 B
SCSS
10 lines
140 B
SCSS
.#{$ns}Breadcrumb {
|
|
&-icon {
|
|
margin-right: px2rem(2px);
|
|
}
|
|
&-separator {
|
|
user-select: none;
|
|
margin: 0 var(--gap-xs);
|
|
}
|
|
}
|