1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00

feat(GridItem): gridItem 组件样式调整 ()

This commit is contained in:
Lindy 2019-11-01 14:47:13 +08:00 committed by neverland
parent 747ac0e7d2
commit 6f6beb30a5

@ -20,12 +20,12 @@
&::after {
z-index: 1;
border-width: 0 1px 1px 0;
.theme(border-width,'0 @border-width-base @border-width-base 0');
}
&--surround {
&::after {
border-width: 1px;
.theme(border-width,'@border-width-base');
}
}