diff --git a/src/cell/index.less b/src/cell/index.less index 0c7163144..1949910e8 100644 --- a/src/cell/index.less +++ b/src/cell/index.less @@ -13,10 +13,11 @@ line-height: @cell-line-height; background-color: @cell-background-color; - &:not(:last-child)::after { + &::after { .hairline-bottom(@cell-border-color, @padding-md); } + &:last-child::after, &--borderless::after { display: none; }