mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
GoodsAction: fix mini btn border
This commit is contained in:
parent
9aef940581
commit
b2ad5b97a2
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user