Skip to content

Commit 9b1dbda

Browse files
author
hikki
committed
8
1 parent a57b6b0 commit 9b1dbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ window.ComponentLine = class {
12001200
let tfoot = document.createElement('tfoot');
12011201
tfoot.className = 'dlp-tfoot';
12021202
if (!this.OPTIONS.insert) {
1203-
tfoot.insertAdjacentHTML('afterbegin', `<tr class="dlp-tr"></tr>`);
1203+
tfoot.insertAdjacentHTML('afterbegin', `<tr class="dlp-tr"><td style="height: 10px"></td></tr>`);
12041204
this.TABLE_DOM.appendChild(tfoot);
12051205
return;
12061206
}

0 commit comments

Comments
 (0)