2016-04-27 20:44:36 +08:00
|
|
|
@import "../../style/themes/default";
|
|
|
|
@import "../../style/mixins/index";
|
2015-09-10 11:04:31 +08:00
|
|
|
|
2016-09-14 16:18:33 +08:00
|
|
|
@table-prefix-cls: ~"@{ant-prefix}-table";
|
2015-07-09 14:51:48 +08:00
|
|
|
|
2017-02-20 11:35:01 +08:00
|
|
|
.@{table-prefix-cls}-wrapper {
|
|
|
|
.clearfix;
|
|
|
|
}
|
|
|
|
|
2015-08-20 16:55:42 +08:00
|
|
|
.@{table-prefix-cls} {
|
2015-07-09 14:51:48 +08:00
|
|
|
font-size: @font-size-base;
|
|
|
|
color: @text-color;
|
2016-03-25 16:00:32 +08:00
|
|
|
overflow: hidden;
|
2016-03-24 16:16:37 +08:00
|
|
|
position: relative;
|
2016-03-25 12:37:54 +08:00
|
|
|
border-radius: @border-radius-base @border-radius-base 0 0;
|
2015-09-15 11:40:58 +08:00
|
|
|
|
|
|
|
&-body {
|
|
|
|
transition: opacity 0.3s ease;
|
|
|
|
}
|
2015-07-09 14:51:48 +08:00
|
|
|
|
|
|
|
table {
|
|
|
|
width: 100%;
|
2015-08-19 16:10:08 +08:00
|
|
|
border-collapse: separate;
|
2016-05-05 16:21:51 +08:00
|
|
|
border-spacing: 0;
|
2015-07-15 17:57:19 +08:00
|
|
|
text-align: left;
|
2016-05-05 16:21:51 +08:00
|
|
|
border-radius: @border-radius-base @border-radius-base 0 0;
|
2016-05-05 15:49:00 +08:00
|
|
|
overflow: hidden;
|
2015-07-09 14:51:48 +08:00
|
|
|
}
|
|
|
|
|
2016-08-14 16:18:12 +08:00
|
|
|
&-thead > tr > th {
|
2017-04-11 17:56:38 +08:00
|
|
|
background: @table-header-bg;
|
2017-03-09 22:41:45 +08:00
|
|
|
font-weight: 500;
|
2015-07-15 17:57:19 +08:00
|
|
|
transition: background .3s ease;
|
2016-03-23 16:41:16 +08:00
|
|
|
text-align: left;
|
2017-03-09 22:41:45 +08:00
|
|
|
color: @heading-color;
|
2015-07-13 16:22:02 +08:00
|
|
|
|
2016-12-04 17:43:24 +08:00
|
|
|
&[colspan] {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2017-03-27 17:38:14 +08:00
|
|
|
.@{iconfont-css-prefix}-filter, .@{table-prefix-cls}-filter-icon {
|
2017-06-16 17:04:39 +08:00
|
|
|
position: relative;
|
2015-07-16 18:26:17 +08:00
|
|
|
margin-left: 4px;
|
2016-11-08 20:57:07 +08:00
|
|
|
font-size: @font-size-base;
|
2015-07-13 16:22:02 +08:00
|
|
|
cursor: pointer;
|
2017-08-15 15:14:02 +08:00
|
|
|
color: #999;
|
2017-03-09 14:44:06 +08:00
|
|
|
transition: all .3s;
|
2017-06-16 17:04:39 +08:00
|
|
|
width: 14px;
|
|
|
|
|
2015-07-13 16:22:02 +08:00
|
|
|
&:hover {
|
2016-11-08 20:50:59 +08:00
|
|
|
color: @text-color;
|
2015-07-13 16:22:02 +08:00
|
|
|
}
|
2017-06-16 17:04:39 +08:00
|
|
|
|
|
|
|
&:after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 14px;
|
|
|
|
height: 50px;
|
|
|
|
left: 0;
|
|
|
|
top: -19px;
|
|
|
|
}
|
2015-07-13 16:22:02 +08:00
|
|
|
}
|
2015-07-13 18:42:08 +08:00
|
|
|
|
2016-09-14 16:18:33 +08:00
|
|
|
.@{table-prefix-cls}-filter-selected.@{iconfont-css-prefix}-filter {
|
2015-07-13 18:42:08 +08:00
|
|
|
color: @primary-color;
|
|
|
|
}
|
2015-07-09 14:51:48 +08:00
|
|
|
}
|
|
|
|
|
2016-08-14 16:18:12 +08:00
|
|
|
&-tbody > tr > td {
|
2017-01-31 16:05:10 +08:00
|
|
|
border-bottom: @border-width-base @border-style-base @border-color-split;
|
2017-03-09 14:44:06 +08:00
|
|
|
transition: all .3s;
|
2015-07-09 14:51:48 +08:00
|
|
|
}
|
|
|
|
|
2016-08-14 16:18:12 +08:00
|
|
|
&-thead > tr,
|
|
|
|
&-tbody > tr {
|
2017-03-09 14:44:06 +08:00
|
|
|
transition: all .3s;
|
2016-03-30 12:05:21 +08:00
|
|
|
&.@{table-prefix-cls}-row-hover,
|
2015-07-09 14:51:48 +08:00
|
|
|
&:hover {
|
2017-02-28 11:31:01 +08:00
|
|
|
& > td {
|
2017-04-11 17:56:38 +08:00
|
|
|
background: @table-row-hover-bg;
|
2017-02-28 11:31:01 +08:00
|
|
|
}
|
2015-07-09 14:51:48 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-08-14 16:18:12 +08:00
|
|
|
&-thead > tr:hover {
|
2016-01-10 19:36:37 +08:00
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
2016-03-24 17:57:03 +08:00
|
|
|
&-footer {
|
2017-04-26 10:16:26 +08:00
|
|
|
padding: @table-padding-vertical @table-padding-horizontal;
|
2017-04-11 17:56:38 +08:00
|
|
|
background: @table-header-bg;
|
2016-03-24 17:57:03 +08:00
|
|
|
border-radius: 0 0 @border-radius-base @border-radius-base;
|
2016-11-15 20:06:41 +08:00
|
|
|
position: relative;
|
|
|
|
&:before {
|
|
|
|
content: '';
|
|
|
|
height: 1px;
|
2017-04-11 17:56:38 +08:00
|
|
|
background: @table-header-bg;
|
2016-11-15 20:06:41 +08:00
|
|
|
position: absolute;
|
|
|
|
top: -1px;
|
|
|
|
width: 100%;
|
|
|
|
left: 0;
|
|
|
|
}
|
2016-03-06 00:08:53 +08:00
|
|
|
}
|
|
|
|
|
2016-05-05 16:21:51 +08:00
|
|
|
&.@{table-prefix-cls}-bordered &-footer {
|
2017-01-31 16:05:10 +08:00
|
|
|
border: @border-width-base @border-style-base @border-color-split;
|
2016-05-05 16:21:51 +08:00
|
|
|
}
|
|
|
|
|
2016-07-21 15:14:42 +08:00
|
|
|
&-title {
|
2017-04-26 10:16:26 +08:00
|
|
|
padding: @table-padding-vertical 0;
|
2016-07-21 15:14:42 +08:00
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
border-radius: @border-radius-base @border-radius-base 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.@{table-prefix-cls}-bordered &-title {
|
2017-01-31 16:05:10 +08:00
|
|
|
border: @border-width-base @border-style-base @border-color-split;
|
2017-04-26 10:16:26 +08:00
|
|
|
padding-left: @table-padding-horizontal;
|
|
|
|
padding-right: @table-padding-horizontal;
|
2016-07-21 15:14:42 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&-title + &-content {
|
|
|
|
position: relative;
|
2016-12-27 17:57:17 +08:00
|
|
|
border-radius: @border-radius-base @border-radius-base 0 0;
|
2016-11-14 14:37:04 +08:00
|
|
|
overflow: hidden;
|
|
|
|
.@{table-prefix-cls}-bordered & {
|
|
|
|
&,
|
|
|
|
table {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
2016-07-21 15:14:42 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-27 18:24:30 +08:00
|
|
|
// https://github.com/ant-design/ant-design/issues/4373
|
|
|
|
&-without-column-header &-title + &-content,
|
|
|
|
&-without-column-header table {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2016-08-17 14:55:03 +08:00
|
|
|
&-tbody > tr.@{table-prefix-cls}-row-selected {
|
2017-06-24 00:37:19 +08:00
|
|
|
background: @table-selected-row-bg;
|
2015-07-15 11:12:17 +08:00
|
|
|
}
|
|
|
|
|
2016-08-17 14:55:03 +08:00
|
|
|
&-thead > tr > th.@{table-prefix-cls}-column-sort {
|
2017-06-24 00:37:19 +08:00
|
|
|
background: @table-header-sort-bg;
|
2015-07-15 11:43:00 +08:00
|
|
|
}
|
|
|
|
|
2016-08-14 16:18:12 +08:00
|
|
|
&-thead > tr > th,
|
|
|
|
&-tbody > tr > td {
|
2017-04-26 10:16:26 +08:00
|
|
|
padding: @table-padding-vertical @table-padding-horizontal;
|
2016-03-16 11:50:06 +08:00
|
|
|
word-break: break-all;
|
2015-07-09 14:51:48 +08:00
|
|
|
}
|
2015-07-12 17:10:06 +08:00
|
|
|
|
2017-03-24 11:44:36 +08:00
|
|
|
&-thead > tr > th.@{table-prefix-cls}-selection-column-custom {
|
2017-03-06 17:14:34 +08:00
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2016-08-17 14:55:03 +08:00
|
|
|
&-thead > tr > th.@{table-prefix-cls}-selection-column,
|
2017-03-06 18:10:54 +08:00
|
|
|
&-tbody > tr > td.@{table-prefix-cls}-selection-column {
|
|
|
|
text-align: center;
|
2017-04-10 13:03:24 +08:00
|
|
|
min-width: 62px;
|
2017-03-06 18:10:54 +08:00
|
|
|
width: 62px;
|
|
|
|
}
|
|
|
|
|
2017-01-10 14:03:04 +08:00
|
|
|
&-expand-icon-th,
|
|
|
|
&-row-expand-icon-cell {
|
2015-07-15 11:12:17 +08:00
|
|
|
text-align: center;
|
2017-04-10 13:03:24 +08:00
|
|
|
min-width: 50px;
|
2017-03-06 18:10:54 +08:00
|
|
|
width: 50px;
|
2015-07-15 11:12:17 +08:00
|
|
|
}
|
|
|
|
|
2016-03-24 16:16:37 +08:00
|
|
|
&-header {
|
2017-04-11 17:56:38 +08:00
|
|
|
background: @table-header-bg;
|
2016-03-24 16:16:37 +08:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2016-01-24 15:39:34 +08:00
|
|
|
&-header table {
|
|
|
|
border-radius: @border-radius-base @border-radius-base 0 0;
|
|
|
|
}
|
|
|
|
|
2015-07-12 17:10:06 +08:00
|
|
|
&-loading {
|
2015-09-15 11:40:58 +08:00
|
|
|
position: relative;
|
|
|
|
.@{table-prefix-cls}-body {
|
2016-11-29 11:56:10 +08:00
|
|
|
background: @component-background;
|
2015-10-28 19:33:25 +08:00
|
|
|
opacity: 0.5;
|
2015-07-16 18:26:17 +08:00
|
|
|
}
|
2015-10-27 10:34:05 +08:00
|
|
|
.@{table-prefix-cls}-spin-holder {
|
2015-07-16 18:26:17 +08:00
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
2015-10-27 10:34:05 +08:00
|
|
|
left: 50%;
|
|
|
|
top: 50%;
|
|
|
|
margin-left: -30px;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
.@{table-prefix-cls}-with-pagination {
|
|
|
|
margin-top: -20px;
|
|
|
|
}
|
|
|
|
.@{table-prefix-cls}-without-pagination {
|
|
|
|
margin-top: 10px;
|
2015-07-16 18:26:17 +08:00
|
|
|
}
|
2015-07-12 17:10:06 +08:00
|
|
|
}
|
2015-07-12 18:14:17 +08:00
|
|
|
|
2015-11-26 14:44:28 +08:00
|
|
|
&-middle {
|
2017-09-20 15:42:31 +08:00
|
|
|
.@{table-prefix-cls}-thead > tr > th,
|
2016-08-14 16:18:12 +08:00
|
|
|
.@{table-prefix-cls}-tbody > tr > td {
|
2015-11-26 14:44:28 +08:00
|
|
|
padding: 10px 8px;
|
|
|
|
}
|
2016-11-15 20:06:41 +08:00
|
|
|
|
|
|
|
.@{table-prefix-cls}-title,
|
|
|
|
.@{table-prefix-cls}-footer {
|
|
|
|
padding: 10px 8px;
|
|
|
|
}
|
2017-06-16 17:04:39 +08:00
|
|
|
|
|
|
|
.@{table-prefix-cls}-column-sorter-up:after {
|
|
|
|
top: -13px;
|
|
|
|
height: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-column-sorter-down:after {
|
|
|
|
bottom: -11px;
|
|
|
|
height: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-thead > tr > th {
|
|
|
|
.@{iconfont-css-prefix}-filter,
|
|
|
|
.@{table-prefix-cls}-filter-icon {
|
|
|
|
&:after {
|
|
|
|
height: 38px;
|
|
|
|
top: -13px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-11-26 14:44:28 +08:00
|
|
|
}
|
|
|
|
|
2015-07-12 18:14:17 +08:00
|
|
|
&-small {
|
2017-01-31 16:05:10 +08:00
|
|
|
border: @border-width-base @border-style-base @border-color-split;
|
2016-06-16 16:43:45 +08:00
|
|
|
border-radius: @border-radius-base;
|
|
|
|
|
2016-09-08 21:27:38 +08:00
|
|
|
.@{table-prefix-cls}-header > table,
|
2016-08-14 16:18:12 +08:00
|
|
|
.@{table-prefix-cls}-body > table {
|
2016-06-16 16:43:45 +08:00
|
|
|
border: 0;
|
2015-08-19 16:10:08 +08:00
|
|
|
padding: 0 8px;
|
|
|
|
}
|
2015-07-12 18:14:17 +08:00
|
|
|
|
2016-08-14 16:18:12 +08:00
|
|
|
.@{table-prefix-cls}-thead > tr > th {
|
2016-11-29 11:56:10 +08:00
|
|
|
background: @component-background;
|
2017-01-31 16:05:10 +08:00
|
|
|
border-bottom: @border-width-base @border-style-base @border-color-split;
|
2015-07-12 18:14:17 +08:00
|
|
|
}
|
2015-07-13 18:42:08 +08:00
|
|
|
|
2016-08-14 16:18:12 +08:00
|
|
|
.@{table-prefix-cls}-tbody > tr > td {
|
2015-07-12 18:14:17 +08:00
|
|
|
padding: 6px 8px;
|
|
|
|
}
|
2016-06-16 16:43:45 +08:00
|
|
|
|
2016-11-15 20:06:41 +08:00
|
|
|
.@{table-prefix-cls}-title,
|
|
|
|
.@{table-prefix-cls}-footer,
|
2017-09-01 18:30:47 +08:00
|
|
|
.@{table-prefix-cls}-thead > tr > th {
|
2016-11-15 20:06:41 +08:00
|
|
|
padding: 10px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-title {
|
2017-01-31 16:05:10 +08:00
|
|
|
border-bottom: @border-width-base @border-style-base @border-color-split;
|
2016-11-15 20:06:41 +08:00
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
2016-06-16 16:43:45 +08:00
|
|
|
.@{table-prefix-cls}-header {
|
2016-11-29 11:56:10 +08:00
|
|
|
background: @component-background;
|
2016-06-16 16:43:45 +08:00
|
|
|
}
|
|
|
|
|
2017-03-09 21:49:10 +08:00
|
|
|
.@{table-prefix-cls}-placeholder,
|
2016-06-16 16:43:45 +08:00
|
|
|
.@{table-prefix-cls}-row:last-child td {
|
2015-07-12 18:14:17 +08:00
|
|
|
border-bottom: 0;
|
|
|
|
}
|
2017-06-16 17:04:39 +08:00
|
|
|
|
|
|
|
.@{table-prefix-cls}-column-sorter-up:after {
|
|
|
|
top: -14px;
|
|
|
|
height: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-column-sorter-down:after {
|
|
|
|
bottom: -11px;
|
|
|
|
height: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-thead > tr > th {
|
|
|
|
.@{iconfont-css-prefix}-filter,
|
|
|
|
.@{table-prefix-cls}-filter-icon {
|
|
|
|
&:after {
|
|
|
|
height: 39px;
|
|
|
|
top: -14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-07-12 18:14:17 +08:00
|
|
|
}
|
2015-07-13 16:22:02 +08:00
|
|
|
|
|
|
|
&-column-sorter {
|
2017-06-16 17:04:39 +08:00
|
|
|
position: relative;
|
2015-07-16 18:26:17 +08:00
|
|
|
margin-left: 4px;
|
2015-07-13 16:22:02 +08:00
|
|
|
display: inline-block;
|
2017-06-16 17:04:39 +08:00
|
|
|
width: 14px;
|
2015-07-13 16:22:02 +08:00
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
2017-06-16 17:04:39 +08:00
|
|
|
|
2015-07-13 16:22:02 +08:00
|
|
|
&-up,
|
|
|
|
&-down {
|
2015-07-14 15:35:17 +08:00
|
|
|
line-height: 4px;
|
2015-07-13 16:22:02 +08:00
|
|
|
display: block;
|
2017-06-16 17:04:39 +08:00
|
|
|
width: 14px;
|
2017-09-25 21:24:43 +08:00
|
|
|
height: 6px;
|
2015-07-13 17:40:17 +08:00
|
|
|
cursor: pointer;
|
2016-09-14 16:18:33 +08:00
|
|
|
&:hover .@{iconfont-css-prefix} {
|
2016-11-08 20:50:59 +08:00
|
|
|
color: @text-color;
|
2015-07-13 17:40:17 +08:00
|
|
|
}
|
2015-07-13 16:22:02 +08:00
|
|
|
&.on {
|
2016-09-14 16:18:33 +08:00
|
|
|
.@{iconfont-css-prefix}-caret-up,
|
|
|
|
.@{iconfont-css-prefix}-caret-down {
|
2015-07-13 16:22:02 +08:00
|
|
|
color: @primary-color;
|
|
|
|
}
|
|
|
|
}
|
2017-06-16 17:04:39 +08:00
|
|
|
|
|
|
|
&:after {
|
|
|
|
position: absolute;
|
|
|
|
content: '';
|
|
|
|
height: 20px;
|
|
|
|
width: 14px;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-up:after {
|
|
|
|
top: -19px;
|
2015-07-13 16:22:02 +08:00
|
|
|
}
|
2017-06-16 17:04:39 +08:00
|
|
|
|
|
|
|
&-down:after {
|
|
|
|
bottom: -17px;
|
|
|
|
}
|
|
|
|
|
2016-09-14 16:18:33 +08:00
|
|
|
.@{iconfont-css-prefix}-caret-up,
|
|
|
|
.@{iconfont-css-prefix}-caret-down {
|
2017-06-16 17:04:39 +08:00
|
|
|
.iconfont-size-under-12px(8px);
|
2017-08-15 15:14:02 +08:00
|
|
|
line-height: 4px;
|
|
|
|
height: 4px;
|
|
|
|
color: #999;
|
|
|
|
transition: all .3s;
|
2015-07-13 16:22:02 +08:00
|
|
|
}
|
|
|
|
}
|
2015-08-11 20:05:52 +08:00
|
|
|
|
2016-05-21 18:08:09 +08:00
|
|
|
&-bordered {
|
2016-10-10 22:38:15 +08:00
|
|
|
.@{table-prefix-cls}-header > table,
|
|
|
|
.@{table-prefix-cls}-body > table,
|
|
|
|
.@{table-prefix-cls}-fixed-left table,
|
|
|
|
.@{table-prefix-cls}-fixed-right table {
|
2017-01-31 16:05:10 +08:00
|
|
|
border: @border-width-base @border-style-base @border-color-split;
|
2016-11-11 17:57:27 +08:00
|
|
|
border-right: 0;
|
|
|
|
border-bottom: 0;
|
2015-08-19 16:10:08 +08:00
|
|
|
}
|
2015-08-11 20:05:52 +08:00
|
|
|
|
2017-01-19 22:40:30 +08:00
|
|
|
&.@{table-prefix-cls}-empty {
|
|
|
|
.@{table-prefix-cls}-placeholder {
|
2017-01-31 16:05:10 +08:00
|
|
|
border-left: @border-width-base @border-style-base @border-color-split;
|
|
|
|
border-right: @border-width-base @border-style-base @border-color-split;
|
2017-01-19 22:40:30 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-21 18:08:09 +08:00
|
|
|
&.@{table-prefix-cls}-fixed-header {
|
2016-10-10 22:38:15 +08:00
|
|
|
.@{table-prefix-cls}-header > table {
|
|
|
|
border-bottom: 0;
|
2016-05-21 18:08:09 +08:00
|
|
|
}
|
2016-10-10 22:38:15 +08:00
|
|
|
|
|
|
|
.@{table-prefix-cls}-body > table {
|
|
|
|
border-top: 0;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
2016-07-11 13:50:15 +08:00
|
|
|
}
|
2016-10-10 22:38:15 +08:00
|
|
|
|
|
|
|
.@{table-prefix-cls}-body-inner > table {
|
|
|
|
border-top: 0;
|
2016-07-11 13:50:15 +08:00
|
|
|
}
|
2016-10-10 22:38:15 +08:00
|
|
|
|
2016-08-30 17:01:51 +08:00
|
|
|
.@{table-prefix-cls}-placeholder {
|
2017-01-19 22:40:30 +08:00
|
|
|
border: 0;
|
2016-08-30 17:01:51 +08:00
|
|
|
}
|
2016-05-21 18:08:09 +08:00
|
|
|
}
|
|
|
|
|
2016-08-14 16:18:12 +08:00
|
|
|
.@{table-prefix-cls}-thead > tr > th {
|
2017-01-31 16:05:10 +08:00
|
|
|
border-bottom: @border-width-base @border-style-base @border-color-split;
|
2015-08-11 20:05:52 +08:00
|
|
|
}
|
|
|
|
|
2016-08-14 16:18:12 +08:00
|
|
|
.@{table-prefix-cls}-thead > tr > th,
|
|
|
|
.@{table-prefix-cls}-tbody > tr > td {
|
2017-01-31 16:05:10 +08:00
|
|
|
border-right: @border-width-base @border-style-base @border-color-split;
|
2016-09-09 13:55:41 +08:00
|
|
|
}
|
2016-11-09 20:16:57 +08:00
|
|
|
|
|
|
|
&.@{table-prefix-cls}-small {
|
2016-11-15 20:06:41 +08:00
|
|
|
border-right: 0;
|
|
|
|
|
2016-11-09 20:16:57 +08:00
|
|
|
.@{table-prefix-cls}-header > table,
|
|
|
|
.@{table-prefix-cls}-body > table,
|
|
|
|
.@{table-prefix-cls}-fixed-left table,
|
|
|
|
.@{table-prefix-cls}-fixed-right table {
|
|
|
|
border: 0;
|
2016-11-15 20:06:41 +08:00
|
|
|
padding: 0;
|
2016-11-09 20:16:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-title {
|
|
|
|
border: 0;
|
2017-01-31 16:05:10 +08:00
|
|
|
border-bottom: @border-width-base @border-style-base @border-color-split;
|
|
|
|
border-right: @border-width-base @border-style-base @border-color-split;
|
2016-11-09 20:16:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.@{table-prefix-cls}-footer {
|
|
|
|
border: 0;
|
2017-01-31 16:05:10 +08:00
|
|
|
border-top: @border-width-base @border-style-base @border-color-split;
|
|
|
|
border-right: @border-width-base @border-style-base @border-color-split;
|
2017-01-19 21:49:03 +08:00
|
|
|
&:before {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-11-09 20:16:57 +08:00
|
|
|
}
|
2017-02-15 12:08:17 +08:00
|
|
|
|
|
|
|
.@{table-prefix-cls}-placeholder {
|
2017-03-09 21:49:10 +08:00
|
|
|
border-left: 0;
|
|
|
|
border-bottom: 0;
|
2017-02-15 12:08:17 +08:00
|
|
|
}
|
2016-11-09 20:16:57 +08:00
|
|
|
}
|
2015-08-11 20:05:52 +08:00
|
|
|
}
|
2015-08-28 17:20:02 +08:00
|
|
|
|
2015-09-15 11:40:58 +08:00
|
|
|
&-placeholder {
|
2017-02-15 12:08:17 +08:00
|
|
|
position: relative;
|
2017-04-26 10:16:26 +08:00
|
|
|
padding: @table-padding-vertical @table-padding-horizontal;
|
2016-11-29 11:56:10 +08:00
|
|
|
background: @component-background;
|
2017-01-31 16:05:10 +08:00
|
|
|
border-bottom: @border-width-base @border-style-base @border-color-split;
|
2015-08-28 17:20:02 +08:00
|
|
|
text-align: center;
|
2016-11-08 20:57:07 +08:00
|
|
|
font-size: @font-size-base;
|
2016-11-08 20:45:56 +08:00
|
|
|
color: @text-color-secondary;
|
2017-09-13 14:26:02 +08:00
|
|
|
z-index: 1;
|
2016-09-14 16:18:33 +08:00
|
|
|
.@{iconfont-css-prefix} {
|
2015-08-28 17:20:02 +08:00
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
}
|
2015-07-14 15:35:17 +08:00
|
|
|
|
2016-03-24 16:16:37 +08:00
|
|
|
&-pagination {
|
|
|
|
margin: 16px 0;
|
|
|
|
float: right;
|
|
|
|
}
|
2015-08-23 15:51:45 +08:00
|
|
|
|
2016-03-24 16:16:37 +08:00
|
|
|
&-filter-dropdown {
|
|
|
|
min-width: 96px;
|
|
|
|
margin-left: -8px;
|
2016-11-29 11:56:10 +08:00
|
|
|
background: @component-background;
|
2016-03-24 16:16:37 +08:00
|
|
|
border-radius: @border-radius-base;
|
|
|
|
box-shadow: @box-shadow-base;
|
2015-12-10 12:13:13 +08:00
|
|
|
|
2016-09-14 16:18:33 +08:00
|
|
|
.@{ant-prefix}-dropdown-menu {
|
2016-03-24 16:16:37 +08:00
|
|
|
border: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
border-radius: @border-radius-base @border-radius-base 0 0;
|
2017-02-21 15:54:14 +08:00
|
|
|
|
|
|
|
// https://github.com/ant-design/ant-design/issues/4916
|
|
|
|
&-without-submenu {
|
|
|
|
max-height: 400px;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2016-01-10 21:10:10 +08:00
|
|
|
|
2016-06-01 11:46:27 +08:00
|
|
|
&-item > label + span {
|
2017-01-10 13:46:52 +08:00
|
|
|
padding: 0;
|
2016-06-01 11:46:27 +08:00
|
|
|
}
|
|
|
|
|
2016-03-24 16:16:37 +08:00
|
|
|
&-sub {
|
|
|
|
border-radius: @border-radius-base;
|
|
|
|
box-shadow: @box-shadow-base;
|
|
|
|
}
|
2016-01-10 21:10:10 +08:00
|
|
|
|
2016-09-14 16:18:33 +08:00
|
|
|
.@{ant-prefix}-dropdown-submenu-contain-selected {
|
|
|
|
.@{ant-prefix}-dropdown-menu-submenu-title:after {
|
2016-03-24 16:16:37 +08:00
|
|
|
color: @primary-color;
|
|
|
|
font-weight: bold;
|
2017-03-16 23:36:35 +08:00
|
|
|
text-shadow: 0 0 2px @primary-2;
|
2016-03-24 16:16:37 +08:00
|
|
|
}
|
2016-01-10 21:10:10 +08:00
|
|
|
}
|
|
|
|
}
|
2015-12-10 12:13:13 +08:00
|
|
|
|
2016-09-14 16:18:33 +08:00
|
|
|
.@{ant-prefix}-dropdown-menu-item {
|
2016-03-24 16:16:37 +08:00
|
|
|
overflow: hidden;
|
2015-08-23 15:51:45 +08:00
|
|
|
}
|
2016-03-24 16:16:37 +08:00
|
|
|
|
2016-09-14 16:18:33 +08:00
|
|
|
> .@{ant-prefix}-dropdown-menu > .@{ant-prefix}-dropdown-menu-item:last-child,
|
|
|
|
> .@{ant-prefix}-dropdown-menu > .@{ant-prefix}-dropdown-menu-submenu:last-child .@{ant-prefix}-dropdown-menu-submenu-title {
|
2016-03-24 16:16:37 +08:00
|
|
|
border-radius: 0;
|
2015-08-23 15:51:45 +08:00
|
|
|
}
|
2016-03-24 16:16:37 +08:00
|
|
|
|
|
|
|
&-btns {
|
|
|
|
overflow: hidden;
|
2017-05-02 16:07:16 +08:00
|
|
|
padding: 7px 8px;
|
2017-01-31 16:05:10 +08:00
|
|
|
border-top: @border-width-base @border-style-base @border-color-split;
|
2015-08-23 15:51:45 +08:00
|
|
|
}
|
2016-03-24 16:16:37 +08:00
|
|
|
|
|
|
|
&-link {
|
|
|
|
color: @link-color;
|
|
|
|
&:hover {
|
|
|
|
color: @link-hover-color;
|
|
|
|
}
|
|
|
|
&:active {
|
|
|
|
color: @link-active-color;
|
|
|
|
}
|
|
|
|
&.confirm {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
&.clear {
|
|
|
|
float: right;
|
|
|
|
}
|
2015-08-23 15:51:45 +08:00
|
|
|
}
|
|
|
|
}
|
2015-09-10 11:04:31 +08:00
|
|
|
|
2017-02-23 19:29:47 +08:00
|
|
|
&-selection {
|
2017-03-24 11:44:36 +08:00
|
|
|
&-select-all-custom {
|
2017-03-06 17:14:34 +08:00
|
|
|
margin-right: 4px !important;
|
|
|
|
}
|
2017-02-23 19:29:47 +08:00
|
|
|
|
|
|
|
.@{iconfont-css-prefix}-down {
|
2017-08-15 15:14:02 +08:00
|
|
|
color: #999;
|
2017-05-03 16:23:08 +08:00
|
|
|
transition: all .3s;
|
2017-02-23 19:29:47 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&-menu {
|
|
|
|
min-width: 96px;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-left: -30px;
|
|
|
|
background: @component-background;
|
|
|
|
border-radius: @border-radius-base;
|
|
|
|
box-shadow: @box-shadow-base;
|
|
|
|
|
|
|
|
.@{ant-prefix}-action-down {
|
2017-08-15 15:14:02 +08:00
|
|
|
color: #999;
|
2017-02-23 19:29:47 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-down {
|
2017-03-06 17:14:34 +08:00
|
|
|
cursor: pointer;
|
2017-02-23 19:29:47 +08:00
|
|
|
padding: 0;
|
|
|
|
display: inline-block;
|
2017-03-06 17:14:34 +08:00
|
|
|
line-height: 1;
|
2017-05-03 16:23:08 +08:00
|
|
|
&:hover .@{iconfont-css-prefix}-down {
|
|
|
|
color: #666;
|
|
|
|
}
|
2017-02-23 19:29:47 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-10 12:21:41 +08:00
|
|
|
&-row {
|
2015-09-10 11:04:31 +08:00
|
|
|
&-expand-icon {
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
2016-06-01 12:07:11 +08:00
|
|
|
width: 17px;
|
|
|
|
height: 17px;
|
2015-09-10 11:04:31 +08:00
|
|
|
text-align: center;
|
2016-07-11 13:50:15 +08:00
|
|
|
line-height: 14px;
|
2017-01-31 16:05:10 +08:00
|
|
|
border: @border-width-base @border-style-base @border-color-split;
|
2015-09-10 11:04:31 +08:00
|
|
|
user-select: none;
|
2016-11-29 11:56:10 +08:00
|
|
|
background: @component-background;
|
2015-09-10 11:04:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&-expanded:after {
|
2015-11-26 19:32:55 +08:00
|
|
|
content: '-';
|
2015-09-10 11:04:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&-collapsed:after {
|
2015-11-26 19:32:55 +08:00
|
|
|
content: '+';
|
2015-09-10 11:04:31 +08:00
|
|
|
}
|
2015-12-28 21:41:42 +08:00
|
|
|
|
2015-12-29 14:25:38 +08:00
|
|
|
&-spaced {
|
2015-12-28 21:41:42 +08:00
|
|
|
visibility: hidden;
|
|
|
|
&:after {
|
|
|
|
content: '.';
|
|
|
|
}
|
|
|
|
}
|
2016-02-22 18:51:45 +08:00
|
|
|
|
|
|
|
&[class*="@{table-prefix-cls}-row-level-0"] .@{table-prefix-cls}-selection-column > span {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2015-09-10 11:04:31 +08:00
|
|
|
}
|
2016-03-24 16:16:37 +08:00
|
|
|
|
2015-09-10 12:21:41 +08:00
|
|
|
tr&-expanded-row {
|
2015-11-26 19:32:55 +08:00
|
|
|
&,
|
|
|
|
&:hover {
|
2015-09-10 12:21:41 +08:00
|
|
|
background: #fbfbfb;
|
|
|
|
}
|
|
|
|
}
|
2015-12-25 15:45:44 +08:00
|
|
|
|
|
|
|
.@{table-prefix-cls}-row-indent + .@{table-prefix-cls}-row-expand-icon {
|
2016-01-20 14:15:21 +08:00
|
|
|
margin-right: 8px;
|
2015-12-25 15:45:44 +08:00
|
|
|
}
|
2016-01-20 17:14:34 +08:00
|
|
|
|
2016-03-24 16:16:37 +08:00
|
|
|
&-scroll {
|
|
|
|
overflow: auto;
|
2017-01-19 16:08:09 +08:00
|
|
|
overflow-x: hidden;
|
2016-06-02 17:35:25 +08:00
|
|
|
table {
|
|
|
|
width: auto;
|
|
|
|
min-width: 100%;
|
|
|
|
}
|
2016-03-24 16:16:37 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&-body-inner {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2017-06-30 11:24:28 +08:00
|
|
|
&-fixed-header > &-content > &-scroll > &-body {
|
2016-06-16 21:56:13 +08:00
|
|
|
position: relative;
|
2016-11-29 11:56:10 +08:00
|
|
|
background: @component-background;
|
2016-06-16 21:56:13 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&-fixed-header &-body-inner {
|
2016-06-21 12:18:25 +08:00
|
|
|
overflow: scroll;
|
2016-03-24 17:01:41 +08:00
|
|
|
}
|
|
|
|
|
2016-06-21 12:18:25 +08:00
|
|
|
&-fixed-header &-scroll &-header {
|
2016-07-05 14:41:21 +08:00
|
|
|
overflow: scroll;
|
2017-02-16 12:00:00 +08:00
|
|
|
padding-bottom: 20px;
|
|
|
|
margin-bottom: -20px;
|
2016-06-16 21:56:13 +08:00
|
|
|
}
|
|
|
|
|
2016-03-24 16:16:37 +08:00
|
|
|
&-fixed-left,
|
|
|
|
&-fixed-right {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
overflow: hidden;
|
2016-03-24 17:01:41 +08:00
|
|
|
transition: box-shadow .3s ease;
|
2016-03-25 12:37:54 +08:00
|
|
|
border-radius: 0;
|
2016-03-24 16:16:37 +08:00
|
|
|
table {
|
|
|
|
width: auto;
|
2016-11-29 11:56:10 +08:00
|
|
|
background: @component-background;
|
2016-03-24 16:16:37 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-07-11 13:50:15 +08:00
|
|
|
&-fixed-header &-fixed-left &-body-outer &-fixed,
|
|
|
|
&-fixed-header &-fixed-right &-body-outer &-fixed {
|
2016-06-01 12:07:11 +08:00
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2016-03-24 16:16:37 +08:00
|
|
|
&-fixed-left {
|
|
|
|
left: 0;
|
2017-01-19 21:51:53 +08:00
|
|
|
box-shadow: 6px 0 6px -4px @shadow-color;
|
2016-05-21 18:08:09 +08:00
|
|
|
.@{table-prefix-cls}-header {
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
// hide scrollbar in left fixed columns
|
|
|
|
.@{table-prefix-cls}-body-inner {
|
2016-03-24 16:16:37 +08:00
|
|
|
margin-right: -20px;
|
2016-05-21 18:08:09 +08:00
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
.@{table-prefix-cls}-fixed-header & .@{table-prefix-cls}-body-inner {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
&,
|
|
|
|
table {
|
|
|
|
border-radius: @border-radius-base 0 0 0;
|
2016-03-24 16:16:37 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-fixed-right {
|
|
|
|
right: 0;
|
2017-01-19 21:51:53 +08:00
|
|
|
box-shadow: -6px 0 6px -4px @shadow-color;
|
2016-05-21 18:08:09 +08:00
|
|
|
&,
|
|
|
|
table {
|
|
|
|
border-radius: 0 @border-radius-base 0 0;
|
|
|
|
}
|
2016-06-01 14:45:07 +08:00
|
|
|
// hide expand row content in right-fixed Table
|
|
|
|
// https://github.com/ant-design/ant-design/issues/1898
|
|
|
|
.@{table-prefix-cls}-expanded-row {
|
|
|
|
color: transparent;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2016-03-24 16:16:37 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&&-scroll-position-left &-fixed-left {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&&-scroll-position-right &-fixed-right {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
2015-09-10 11:04:31 +08:00
|
|
|
}
|