forked from github/dataease
style: 格式化
This commit is contained in:
parent
2c941b7eb9
commit
c28879b6ee
@ -259,7 +259,9 @@ const initScroll = () => {
|
|||||||
}
|
}
|
||||||
const rowHeight = customAttr.tableCell.tableItemHeight
|
const rowHeight = customAttr.tableCell.tableItemHeight
|
||||||
const headerHeight =
|
const headerHeight =
|
||||||
customAttr.tableHeader.showTableHeader === false ? 1 : customAttr.tableHeader.tableTitleHeight
|
customAttr.tableHeader.showTableHeader === false
|
||||||
|
? 1
|
||||||
|
: customAttr.tableHeader.tableTitleHeight
|
||||||
const scrollBarSize = myChart.theme.scrollBar.size
|
const scrollBarSize = myChart.theme.scrollBar.size
|
||||||
const scrollHeight =
|
const scrollHeight =
|
||||||
rowHeight * chartData.value.tableRow.length + headerHeight - offsetHeight + scrollBarSize
|
rowHeight * chartData.value.tableRow.length + headerHeight - offsetHeight + scrollBarSize
|
||||||
|
Loading…
Reference in New Issue
Block a user