* Fix bug#39520.

This commit is contained in:
chaideqing
2023-10-17 01:55:03 +00:00
parent 111445b820
commit b4f07a1d68
+4 -1
View File
@@ -15,7 +15,10 @@ $(function()
$('.dtable-row').click().addClass('is-checked');
$('.has-checkbox input[type="checkbox"]').prop('checked', true);
}
})
});
var table = $('#dtable .dtable');
table.css('height', table.height() - 10 + 'px');
});
/**