fix:工具栏绘制位置计算,组件宽度,高度自动占满

This commit is contained in:
lhj
2024-11-18 00:44:22 +08:00
parent f411974bd3
commit 5f1825c164
5 changed files with 16 additions and 45 deletions

1
components.d.ts vendored
View File

@ -8,6 +8,7 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
AdaptivePage: typeof import('./src/components/AdaptivePage.vue')['default']
ComponentHeader: typeof import('./src/components/DynamicComponent/ComponentHeader.vue')['default']
DynamicComponent: typeof import('./src/components/DynamicComponent.vue')['default']
NestedFunction: typeof import('./src/components/NestedFunction.vue')['default']
PropertyEditor: typeof import('./src/components/PropertyEditor.vue')['default']