mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
feat(GridItem): gridItem 组件样式调整 (#2232)
This commit is contained in:
parent
747ac0e7d2
commit
6f6beb30a5
@ -20,12 +20,12 @@
|
|||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
border-width: 0 1px 1px 0;
|
.theme(border-width,'0 @border-width-base @border-width-base 0');
|
||||||
}
|
}
|
||||||
|
|
||||||
&--surround {
|
&--surround {
|
||||||
&::after {
|
&::after {
|
||||||
border-width: 1px;
|
.theme(border-width,'@border-width-base');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user