GoodsAction: fix mini btn border

This commit is contained in:
陈嘉涵 2017-08-31 19:55:37 +08:00
parent 9aef940581
commit b2ad5b97a2

View File

@ -17,18 +17,19 @@
height: 50px;
font-size: 10px;
min-width: 15%;
position: relative;
text-align: center;
background-color: #fff;
flex-direction: column;
justify-content: center;
&::after {
@mixin border-retina (top, right), #cacaca;
@mixin border-retina (top, left), #cacaca;
}
&:last-child {
&:first-child {
&::after {
border-right-width: 0;
border-left-width: 0;
}
}