阿里巴巴矢量图片对齐问题

在当前的图标上加上相对定位,并且赋top值,就可以解决

.icon_position(@top:2px,@margin_left:15px){
    margin-left:@margin_left;
    position: relative;
    top:@top;
}

猜你喜欢

转载自blog.csdn.net/aliven1/article/details/88746605