2017-12-10 16:20:02 +08:00
|
|
|
.@{table-prefix-cls}-middle {
|
2017-12-13 11:19:52 +08:00
|
|
|
> .@{table-prefix-cls}-title,
|
|
|
|
> .@{table-prefix-cls}-footer {
|
2018-02-09 14:58:03 +08:00
|
|
|
padding: @table-padding-vertical*3/4 @table-padding-horizontal/2;
|
2017-12-13 11:19:52 +08:00
|
|
|
}
|
2017-12-10 16:20:02 +08:00
|
|
|
> .@{table-prefix-cls}-content {
|
|
|
|
> .@{table-prefix-cls}-header > table,
|
2017-12-13 11:19:52 +08:00
|
|
|
> .@{table-prefix-cls}-body > table,
|
|
|
|
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-header > table,
|
2017-12-20 22:01:25 +08:00
|
|
|
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-body > table,
|
|
|
|
> .@{table-prefix-cls}-fixed-left > .@{table-prefix-cls}-header > table,
|
|
|
|
> .@{table-prefix-cls}-fixed-right > .@{table-prefix-cls}-header > table,
|
|
|
|
> .@{table-prefix-cls}-fixed-left > .@{table-prefix-cls}-body-outer > .@{table-prefix-cls}-body-inner > table,
|
|
|
|
> .@{table-prefix-cls}-fixed-right > .@{table-prefix-cls}-body-outer > .@{table-prefix-cls}-body-inner > table {
|
2017-12-10 16:20:02 +08:00
|
|
|
> .@{table-prefix-cls}-thead > tr > th,
|
|
|
|
> .@{table-prefix-cls}-tbody > tr > td {
|
2018-02-09 14:58:03 +08:00
|
|
|
padding: @table-padding-vertical*3/4 @table-padding-horizontal/2;
|
2017-12-10 16:20:02 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-small {
|
|
|
|
border: @border-width-base @border-style-base @border-color-split;
|
|
|
|
border-radius: @border-radius-base;
|
|
|
|
|
2017-12-13 11:19:52 +08:00
|
|
|
> .@{table-prefix-cls}-title,
|
|
|
|
> .@{table-prefix-cls}-footer {
|
2018-01-30 11:05:37 +08:00
|
|
|
padding: @table-padding-vertical/2 @table-padding-horizontal/2;
|
2017-12-13 11:19:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
> .@{table-prefix-cls}-title {
|
|
|
|
border-bottom: @border-width-base @border-style-base @border-color-split;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
2017-12-10 16:20:02 +08:00
|
|
|
> .@{table-prefix-cls}-content {
|
2018-09-17 14:36:26 +08:00
|
|
|
> .@{table-prefix-cls}-body {
|
|
|
|
margin: 0 @table-padding-horizontal/2;
|
|
|
|
}
|
|
|
|
|
2017-12-10 16:20:02 +08:00
|
|
|
> .@{table-prefix-cls}-header > table,
|
2017-12-13 11:19:52 +08:00
|
|
|
> .@{table-prefix-cls}-body > table,
|
|
|
|
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-header > table,
|
2017-12-20 22:01:25 +08:00
|
|
|
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-body > table,
|
|
|
|
> .@{table-prefix-cls}-fixed-left > .@{table-prefix-cls}-header > table,
|
|
|
|
> .@{table-prefix-cls}-fixed-right > .@{table-prefix-cls}-header > table,
|
|
|
|
> .@{table-prefix-cls}-fixed-left > .@{table-prefix-cls}-body-outer > .@{table-prefix-cls}-body-inner > table,
|
|
|
|
> .@{table-prefix-cls}-fixed-right > .@{table-prefix-cls}-body-outer > .@{table-prefix-cls}-body-inner > table {
|
2017-12-10 16:20:02 +08:00
|
|
|
border: 0;
|
|
|
|
> .@{table-prefix-cls}-thead > tr > th,
|
|
|
|
> .@{table-prefix-cls}-tbody > tr > td {
|
2018-01-30 11:05:37 +08:00
|
|
|
padding: @table-padding-vertical/2 @table-padding-horizontal/2;
|
2017-12-10 16:20:02 +08:00
|
|
|
}
|
|
|
|
> .@{table-prefix-cls}-thead > tr > th {
|
2018-10-26 23:22:41 +08:00
|
|
|
background-color: @component-background;
|
2017-12-10 16:20:02 +08:00
|
|
|
border-bottom: @border-width-base @border-style-base @border-color-split;
|
|
|
|
}
|
2018-10-09 18:16:51 +08:00
|
|
|
> .@{table-prefix-cls}-thead > tr > th.@{table-prefix-cls}-column-sort {
|
2018-10-26 23:22:41 +08:00
|
|
|
background-color: @table-body-sort-bg;
|
2018-10-09 18:16:51 +08:00
|
|
|
}
|
2017-12-10 16:20:02 +08:00
|
|
|
}
|
|
|
|
|
2017-12-27 12:20:04 +08:00
|
|
|
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-header > table,
|
|
|
|
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-body > table,
|
|
|
|
> .@{table-prefix-cls}-fixed-left > .@{table-prefix-cls}-header > table,
|
|
|
|
> .@{table-prefix-cls}-fixed-right > .@{table-prefix-cls}-header > table,
|
|
|
|
> .@{table-prefix-cls}-fixed-left > .@{table-prefix-cls}-body-outer > .@{table-prefix-cls}-body-inner > table,
|
|
|
|
> .@{table-prefix-cls}-fixed-right > .@{table-prefix-cls}-body-outer > .@{table-prefix-cls}-body-inner > table {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2017-12-10 16:20:02 +08:00
|
|
|
.@{table-prefix-cls}-header {
|
2018-10-26 23:22:41 +08:00
|
|
|
background-color: @component-background;
|
2017-12-10 16:20:02 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-placeholder,
|
|
|
|
.@{table-prefix-cls}-row:last-child td {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.@{table-prefix-cls}-bordered {
|
|
|
|
border-right: 0;
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-title {
|
|
|
|
border: 0;
|
|
|
|
border-bottom: @border-width-base @border-style-base @border-color-split;
|
|
|
|
border-right: @border-width-base @border-style-base @border-color-split;
|
|
|
|
}
|
|
|
|
|
2018-02-08 16:14:05 +08:00
|
|
|
.@{table-prefix-cls}-content {
|
|
|
|
border-right: @border-width-base @border-style-base @border-color-split;
|
|
|
|
}
|
|
|
|
|
2017-12-10 16:20:02 +08:00
|
|
|
.@{table-prefix-cls}-footer {
|
|
|
|
border: 0;
|
|
|
|
border-top: @border-width-base @border-style-base @border-color-split;
|
|
|
|
border-right: @border-width-base @border-style-base @border-color-split;
|
|
|
|
&:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-placeholder {
|
|
|
|
border-left: 0;
|
|
|
|
border-bottom: 0;
|
2018-10-24 23:30:03 +08:00
|
|
|
border-right: 0;
|
2017-12-10 16:20:02 +08:00
|
|
|
}
|
2018-02-08 16:14:05 +08:00
|
|
|
|
|
|
|
.@{table-prefix-cls}-thead > tr > th:last-child,
|
|
|
|
.@{table-prefix-cls}-tbody > tr > td:last-child {
|
|
|
|
border-right: none;
|
|
|
|
}
|
2018-06-15 17:40:32 +08:00
|
|
|
|
|
|
|
.@{table-prefix-cls}-fixed-left {
|
|
|
|
.@{table-prefix-cls}-thead > tr > th:last-child,
|
|
|
|
.@{table-prefix-cls}-tbody > tr > td:last-child {
|
|
|
|
border-right: @border-width-base @border-style-base @border-color-split;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-fixed-right {
|
2018-10-31 17:03:40 +08:00
|
|
|
border-left: @border-width-base @border-style-base @border-color-split;
|
2018-06-15 17:40:32 +08:00
|
|
|
border-right: @border-width-base @border-style-base @border-color-split;
|
|
|
|
}
|
2017-12-10 16:20:02 +08:00
|
|
|
}
|
|
|
|
}
|