ant-design/style/components/table.less

217 lines
3.9 KiB
Plaintext
Raw Normal View History

2015-07-09 14:51:48 +08:00
@import "../mixins/index";
2015-08-20 16:55:42 +08:00
@table-prefix-cls: ~"@{css-prefix}table";
2015-07-09 14:51:48 +08:00
@table-border-color: #e9e9e9;
@table-head-background-color: #f3f3f3;
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;
2015-07-14 21:08:25 +08:00
transition: opacity 0.3s ease;
2015-07-09 14:51:48 +08:00
table {
width: 100%;
max-width: 100%;
border-collapse: separate;
2015-07-15 17:57:19 +08:00
text-align: left;
border-radius: @border-radius-base;
2015-07-09 14:51:48 +08:00
}
th {
background: @table-head-background-color;
font-weight: bold;
2015-07-15 17:57:19 +08:00
transition: background .3s ease;
2015-08-18 17:18:49 +08:00
text-align: left;
2015-07-13 16:22:02 +08:00
.anticon-bars {
2015-07-16 18:26:17 +08:00
margin-left: 4px;
position: relative;
top: -1px;
.iconfont-size-under-12px(10px);
2015-07-13 16:22:02 +08:00
cursor: pointer;
color: #aaa;
transition: all 0.3s ease;
&:hover {
color: #666;
}
}
2015-07-13 18:42:08 +08:00
2015-08-20 16:55:42 +08:00
.@{table-prefix-cls}-filter-dropdown {
min-width: 88px;
2015-07-16 18:26:17 +08:00
margin-left: -8px;
2015-07-17 12:32:43 +08:00
margin-top: -6px;
.ant-dropdown-menu-item {
overflow: hidden;
padding: 7px 8px;
&.ant-dropdown-menu-item-selected {
.selected_icon();
}
&.ant-dropdown-menu-item-selected:after {
padding-right: 8px;
}
}
}
2015-08-20 16:55:42 +08:00
a.@{table-prefix-cls}-filter-dropdown-link {
color: @link-color;
&:hover {
color: @link-hover-color;
}
&:active {
color: @link-active-color;
}
&.confirm {
float: left;
}
&.clear {
float: right;
}
2015-07-13 18:42:08 +08:00
}
2015-08-20 16:55:42 +08:00
.@{table-prefix-cls}-filter-selected.anticon-bars {
2015-07-13 18:42:08 +08:00
color: @primary-color;
}
&:first-child {
border-radius: 6px 0 0 0;
}
&:last-child {
border-radius: 0 6px 0 0;
}
2015-07-09 14:51:48 +08:00
}
td {
border-bottom: 1px solid @table-border-color;
}
tr {
transition: all .3s ease;
&:hover {
background: tint(@primary-color, 90%);
}
}
2015-08-20 16:55:42 +08:00
tr.@{table-prefix-cls}-row-selected {
2015-07-15 11:12:17 +08:00
background: #fafafa;
}
2015-08-20 16:55:42 +08:00
th.@{table-prefix-cls}-column-sort {
background: #EAEAEA;
}
2015-07-09 14:51:48 +08:00
th, td {
padding: 16px 8px;
}
2015-07-12 17:10:06 +08:00
2015-08-20 16:55:42 +08:00
th.@{table-prefix-cls}-selection-column,
td.@{table-prefix-cls}-selection-column {
2015-07-15 11:12:17 +08:00
text-align: center;
}
2015-07-12 17:10:06 +08:00
&-loading {
2015-07-16 18:26:17 +08:00
.ant-table-body {
opacity: 0.42;
}
position: relative;
&:after {
position: absolute;
display: inline-block;
.animation(loadingCircle 1.5s infinite linear);
content:"\e610";
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -10px;
font-family: anticon;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 20px;
color: @primary-color;
}
2015-07-12 17:10:06 +08:00
}
2015-07-12 18:14:17 +08:00
&-small {
table {
border: 1px solid #e9e9e9;
padding: 0 8px;
}
2015-07-12 18:14:17 +08:00
th {
padding: 10px 8px;
background: #fff;
border-bottom: 1px solid #e9e9e9;
}
2015-07-13 18:42:08 +08:00
2015-07-12 18:14:17 +08:00
td {
padding: 6px 8px;
}
.ant-table-row:last-child td {
border-bottom: 0;
}
}
2015-07-13 16:22:02 +08:00
&-column-sorter {
2015-07-16 18:26:17 +08:00
margin-left: 4px;
2015-07-13 16:22:02 +08:00
display: inline-block;
width: 12px;
height: 14px;
vertical-align: middle;
text-align: center;
&-up,
&-down {
line-height: 4px;
2015-07-13 16:22:02 +08:00
height: 6px;
display: block;
width: 12px;
2015-07-13 17:40:17 +08:00
cursor: pointer;
&:hover .anticon {
color: #666;
}
2015-07-13 16:22:02 +08:00
&.on {
.anticon-caret-up,
.anticon-caret-down {
color: @primary-color;
}
}
}
.anticon-caret-up,
.anticon-caret-down {
.iconfont-size-under-12px(6px);
2015-07-13 16:22:02 +08:00
line-height: 6px;
height: 6px;
color: #aaa;
&:before {
-moz-transform-origin: 53% 50%; /* fix firefox position */
}
}
}
2015-08-11 20:05:52 +08:00
2015-08-20 16:55:42 +08:00
&.@{table-prefix-cls}-bordered {
table {
border: 1px solid #E9E9E9;
}
2015-08-11 20:05:52 +08:00
th {
border-bottom: 1px solid #E9E9E9;
}
tr:last-child {
td {
border-bottom: 0;
}
}
2015-08-11 20:05:52 +08:00
th, td {
border-right: 1px solid #E9E9E9;
&:last-child {
border-right: 0;
}
}
}
2015-07-09 14:51:48 +08:00
}
2015-08-20 16:55:42 +08:00
.@{table-prefix-cls}-pagination {
margin: 16px 0;
float: right;
}