|
|
@ -1762,7 +1762,7 @@ const stickyHeaderColumn = (time = 500) => { |
|
|
|
} |
|
|
|
}, time); |
|
|
|
|
|
|
|
tableRef.value.$el.getElementsByTagName('table')[0].style.setProperty('table-layout', 'fixed'); |
|
|
|
// tableRef.value.$el.getElementsByTagName('table')[0].style.setProperty('table-layout', 'fixed'); |
|
|
|
tableRef.value.$el.getElementsByTagName('table')[0].style.setProperty('--tableHeadBgColor', tableHeadBgColor); |
|
|
|
tableRef.value.$el.getElementsByTagName('table')[0].style.setProperty('--stickyBgColor', stickyBgColor); |
|
|
|
tableRef.value.$el.getElementsByTagName('table')[0].style.setProperty('--tableBorderColor', tableBorderColor); |
|
|
|