mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-25 02:41:46 +08:00
[bugfix] Cell: inner border width (#506)
This commit is contained in:
parent
0ab473a273
commit
878e8aa9d0
@ -14,6 +14,9 @@
|
|||||||
|
|
||||||
&:not(:last-child)::after {
|
&:not(:last-child)::after {
|
||||||
left: 15px;
|
left: 15px;
|
||||||
|
right: 0;
|
||||||
|
width: auto;
|
||||||
|
transform: scale(1, .5);
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user