mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-22 14:39:16 +08:00
style(Cell): lower CSS priority of the border (#6359)
This commit is contained in:
parent
9db7eafe8f
commit
2c4f0efd6f
@ -13,10 +13,11 @@
|
|||||||
line-height: @cell-line-height;
|
line-height: @cell-line-height;
|
||||||
background-color: @cell-background-color;
|
background-color: @cell-background-color;
|
||||||
|
|
||||||
&:not(:last-child)::after {
|
&::after {
|
||||||
.hairline-bottom(@cell-border-color, @padding-md);
|
.hairline-bottom(@cell-border-color, @padding-md);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:last-child::after,
|
||||||
&--borderless::after {
|
&--borderless::after {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user