ant-design/components/table/style/responsive.less
2017-11-28 14:35:46 +08:00

17 lines
307 B
Plaintext

@media (max-width: @screen-xs) {
.@{table-prefix-cls} {
&-thead > tr,
&-tbody > tr {
> th,
> td {
display: block;
width: auto !important;
border: none;
&:last-child {
border-bottom: 1px solid @border-color-split;
}
}
}
}
}