|
|
|
@ -208,7 +208,7 @@ onMounted(() => {
|
|
|
|
|
var bodyContent = document.getElementById('bodys'); |
|
|
|
|
const _height = getWinHight(); |
|
|
|
|
// 设置列表的高度 |
|
|
|
|
bodyContent.style.height = _height - bodyContent.getBoundingClientRect().top - 80 + 'px'; |
|
|
|
|
bodyContent.style.height = _height - bodyContent.getBoundingClientRect().top - 65 + 'px'; |
|
|
|
|
}); |
|
|
|
|
interface TableColumnType { |
|
|
|
|
/** 表格列的key */ |
|
|
|
|