fix: Blazor 模式下固定表头时表格内部始终出现横向滚动条

This commit is contained in:
Argo Zhang 2020-02-01 14:10:34 +08:00
parent fef2976c1f
commit 213eadefec
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ nav .dropdown .nav-link-close.dropdown-toggle:after {
border: none;
}
.table-wrapper .table th:last-child {
.table-wrapper .table th:last-child, .table-wrapper .table td:last-child {
border-right-width: 0;
}