@@ -28,7 +28,6 @@
const bodyStyle = computed(() => {
return {
- maxHeight: `calc(100vh - 300px)`,
overflow: 'auto',
};
});