画布组合撤回和重做bug修复
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user