画布组合撤回和重做bug修复

This commit is contained in:
李志鹏
2025-10-22 14:35:34 +08:00
parent a931168d37
commit adcaeccc33
3 changed files with 55 additions and 12 deletions

View File

@@ -271,7 +271,7 @@ export default defineComponent({
const historyTable = this.$refs.historyTable
const height = historyTable.offsetHeight;
const size = Math.trunc((height - 110) / 54);
this.pageSize = size
this.pageSize = size || 1
if(rem){
this.currentPage = 1
this.getHistoryList()
@@ -655,7 +655,7 @@ export default defineComponent({
:deep(.ant-table-wrapper) {
height: 100%;
.ant-spin-nested-loading {
&,
&,
.ant-spin-container {
height: 100%;
.ant-table{