mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
fix: @table-border-radius-base没有被应用到.ant-table节点上 (#29966)
This commit is contained in:
parent
e32c881cd0
commit
453d278a5c
@ -23,7 +23,7 @@
|
||||
position: relative;
|
||||
font-size: @table-font-size;
|
||||
background: @table-bg;
|
||||
border-radius: @border-radius-base;
|
||||
border-radius: @table-border-radius-base;
|
||||
|
||||
// https://github.com/ant-design/ant-design/issues/17611
|
||||
table {
|
||||
|
Loading…
Reference in New Issue
Block a user