mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
Fix Table title padding
This commit is contained in:
parent
c1cb365eca
commit
261a31aeea
@ -94,7 +94,7 @@
|
||||
}
|
||||
|
||||
&-title {
|
||||
padding: 16px 8px;
|
||||
padding: 16px 0;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
border-radius: @border-radius-base @border-radius-base 0 0;
|
||||
@ -102,6 +102,8 @@
|
||||
|
||||
&.@{table-prefix-cls}-bordered &-title {
|
||||
border: @border-width-base @border-style-base @border-color-split;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
&-title + &-content {
|
||||
|
Loading…
Reference in New Issue
Block a user