fix: Blazor 模式下固定表头时表格内部始终出现横向滚动条
This commit is contained in:
parent
fef2976c1f
commit
213eadefec
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue