mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
Fix Ant Table Border Radius (#22413)
This commit is contained in:
parent
53e9ca20b6
commit
fff1f5b7ae
@ -21,6 +21,7 @@
|
|||||||
z-index: 0;
|
z-index: 0;
|
||||||
clear: both;
|
clear: both;
|
||||||
background: @table-bg;
|
background: @table-bg;
|
||||||
|
border-radius: @border-radius-base;
|
||||||
|
|
||||||
// https://github.com/ant-design/ant-design/issues/17611
|
// https://github.com/ant-design/ant-design/issues/17611
|
||||||
table {
|
table {
|
||||||
|
Loading…
Reference in New Issue
Block a user