Merge branch 'main' of http://39.117.244.52:3000/kjs/ERP-node into lhj
; Conflicts: ; frontend/components/admin/CreateTableModal.tsx ; frontend/components/screen/CopyScreenModal.tsx ; frontend/components/screen/MenuAssignmentModal.tsx ; frontend/components/screen/ScreenList.tsx ; frontend/components/screen/widgets/FlowWidget.tsx ; frontend/lib/registry/components/table-list/TableListComponent.tsx
This commit is contained in:
@@ -677,7 +677,7 @@ export const InteractiveScreenViewerDynamic: React.FC<InteractiveScreenViewerPro
|
||||
left: position?.x || 0,
|
||||
top: position?.y || 0,
|
||||
width: size?.width || 200,
|
||||
height: size?.height || 40,
|
||||
height: size?.height || 10,
|
||||
zIndex: position?.z || 1,
|
||||
...style,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user