mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
Revert table responsive code, close #8465
This commit is contained in:
parent
6d0b488d7f
commit
dd3f7f2da1
@ -688,5 +688,3 @@
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
@import './responsive';
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user