mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
add radius on table-placeholder to fix table small size border clip (#14398)
fix #14388
This commit is contained in:
parent
321117c5e8
commit
5a1119f37d
@ -388,6 +388,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding: @table-padding-vertical @table-padding-horizontal;
|
padding: @table-padding-vertical @table-padding-horizontal;
|
||||||
background: @component-background;
|
background: @component-background;
|
||||||
|
border-radius: @border-radius-base;
|
||||||
border-bottom: @border-width-base @border-style-base @border-color-split;
|
border-bottom: @border-width-base @border-style-base @border-color-split;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
|
Loading…
Reference in New Issue
Block a user