afc163
7 years ago
2 changed files with 18 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||
@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