Revert table responsive code, close #8465

This commit is contained in:
afc163 2017-12-06 18:09:27 +08:00
parent 6d0b488d7f
commit dd3f7f2da1
2 changed files with 0 additions and 18 deletions

View File

@ -688,5 +688,3 @@
box-shadow: none;
}
}
@import './responsive';

View File

@ -1,16 +0,0 @@
@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;
}
}
}
}
}