mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
GoodsAction: fix mini btn border
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user