fix:调整canva布局,当高度不够时出现滚动条

This commit is contained in:
lhj
2024-11-09 18:20:25 +08:00
parent 87d5c1fe30
commit 8600606845
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,5 @@
// componentMapping.ts
import AdaptivePage from './AdaptivePage.vue';
import AdaptivePage from '@/components/AdaptivePage.vue';
import Icon from './Icon.tsx';
import {

View File

@ -734,9 +734,9 @@
},
"style": "",
"class": "",
"visible": "true",
"visible": true,
"slots": {},
"disable": "true",
"disable": true,
"events": {},
"loop": {},
"children": []

View File

@ -734,9 +734,9 @@ export const componentScheme = {
},
"style": "",
"class": "",
"visible": "true",
"visible": true,
"slots": {},
"disable": "true",
"disable": true,
"events": {},
"loop": {},
"children": []