mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-20 12:28:10 +08:00
17 lines
307 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|