fix:调整canva布局,当高度不够时出现滚动条
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
// componentMapping.ts
|
||||
import AdaptivePage from './AdaptivePage.vue';
|
||||
import AdaptivePage from '@/components/AdaptivePage.vue';
|
||||
import Icon from './Icon.tsx';
|
||||
|
||||
import {
|
||||
|
||||
@ -734,9 +734,9 @@
|
||||
},
|
||||
"style": "",
|
||||
"class": "",
|
||||
"visible": "true",
|
||||
"visible": true,
|
||||
"slots": {},
|
||||
"disable": "true",
|
||||
"disable": true,
|
||||
"events": {},
|
||||
"loop": {},
|
||||
"children": []
|
||||
|
||||
@ -734,9 +734,9 @@ export const componentScheme = {
|
||||
},
|
||||
"style": "",
|
||||
"class": "",
|
||||
"visible": "true",
|
||||
"visible": true,
|
||||
"slots": {},
|
||||
"disable": "true",
|
||||
"disable": true,
|
||||
"events": {},
|
||||
"loop": {},
|
||||
"children": []
|
||||
|
||||
Reference in New Issue
Block a user