Skip to content

Commit 3864a73

Browse files
committed
revert: 撤销更改
1 parent 6219296 commit 3864a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Table/Table.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ const autoFitColumnWidth = async (table, col) => {
730730
const index = indexOfCol(col);
731731
let rows = null;
732732
if (table.thead) {
733-
rows = table.el.querySelectorAll('table > tbody > tr:not(.is-detail)');
733+
rows = table.body.querySelectorAll('table > tbody > tr:not(.is-detail)');
734734
}
735735
else {
736736
rows = table.tables[0].querySelectorAll('table > tbody > tr:not(.is-detail)');

0 commit comments

Comments
 (0)