Browse Source

修改element列表样式

fix_bug_pro20231227
qb 1 year ago
parent
commit
38a43d92ed
  1. 2
      src/components/tablecmt/tablecmt.vue

2
src/components/tablecmt/tablecmt.vue

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

Loading…
Cancel
Save