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

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

View File

@ -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');
}
}