yxk-20260612-默认分页显示数据为12条

This commit is contained in:
ye1023
2026-06-12 18:15:39 +08:00
parent 80e90a6164
commit f649986f4a
3 changed files with 13 additions and 4 deletions
@@ -202,7 +202,8 @@
title: props.ledgerTitle,
api: list,
columns,
canResize:false,
canResize: true,
resizeHeightOffset: 56,
useSearchForm: false,
expandRowByClick: true,
clickToRowSelect: true,
@@ -668,7 +669,8 @@
.content {
background-color: #fff;
height: 100%;
// 内容区高度由表格自适应撑开,避免覆盖页面底部 footer。
height: auto;
}
.feedback-expand-table {