mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
Fix small table border, close #5237
This commit is contained in:
parent
c06db5ce60
commit
977aa62d94
@ -236,6 +236,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.@{table-prefix-cls}-placeholder,
|
||||||
.@{table-prefix-cls}-row:last-child td {
|
.@{table-prefix-cls}-row:last-child td {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
@ -350,7 +351,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.@{table-prefix-cls}-placeholder {
|
.@{table-prefix-cls}-placeholder {
|
||||||
border: 0;
|
border-left: 0;
|
||||||
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user