mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 03:22:59 +08:00
remove placeholder border override (#14533)
* remove placeholder boder override * adjust radius when bordered
This commit is contained in:
parent
ff8bcbac8d
commit
6668c12c46
@ -368,10 +368,6 @@
|
|||||||
.@{table-prefix-cls}-body-inner > table {
|
.@{table-prefix-cls}-body-inner > table {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{table-prefix-cls}-placeholder {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{table-prefix-cls}-thead > tr:not(:last-child) > th {
|
.@{table-prefix-cls}-thead > tr:not(:last-child) > th {
|
||||||
@ -388,7 +384,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-radius: 0 0 @border-radius-base @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