🐛 fix small table border radius issue

close #19287
This commit is contained in:
afc163 2019-10-20 19:10:02 +08:00 committed by 偏右
parent a5d2b8542c
commit 185d2c41e8

View File

@ -102,6 +102,7 @@
.@{table-prefix-cls}-header {
background-color: @component-background;
border-radius: @border-radius-base @border-radius-base 0 0;
}
.@{table-prefix-cls}-placeholder,