Browse Source

Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev

fix_bug_pro20231227
13208366016 1 year ago
parent
commit
f0d5666eec
  1. 2
      src/components/tablecmt/tablecmt.vue

2
src/components/tablecmt/tablecmt.vue

@ -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 */

Loading…
Cancel
Save