mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
Tweak table small border style
This commit is contained in:
parent
7b56d7248f
commit
07dfac18f7
@ -259,7 +259,7 @@
|
||||
|
||||
.@{table-prefix-cls}-title,
|
||||
.@{table-prefix-cls}-footer,
|
||||
.@{table-prefix-cls}-thead > tr > th:not(.@{table-prefix-cls}-selection-column) {
|
||||
.@{table-prefix-cls}-thead > tr > th {
|
||||
padding: 10px 8px;
|
||||
}
|
||||
|
||||
@ -270,9 +270,6 @@
|
||||
|
||||
.@{table-prefix-cls}-header {
|
||||
background: @component-background;
|
||||
table {
|
||||
border-bottom: @border-width-base @border-style-base @border-color-split;
|
||||
}
|
||||
}
|
||||
|
||||
.@{table-prefix-cls}-placeholder,
|
||||
|
Loading…
Reference in New Issue
Block a user