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