src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSet.vue
@@ -100,6 +100,10 @@ type: String, required: false, }, tableHeight:{ type:Number, default:document.body.clientHeight * 0.7, }, showFilter: { type: Boolean, default: true, @@ -117,7 +121,7 @@ }, }); const tableLimitHeight = props.chartHeight == undefined ? undefined : document.body.clientHeight * 0.7; const tableLimitHeight = props.chartHeight == undefined ? undefined : props.tableHeight; const chartLoading = ref(false);