feat: 接入编辑器和导入导出
This commit is contained in:
@@ -83,7 +83,7 @@ const onCommand = (command: keyof typeof commendMap) => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div ref="canvasRootRef" class="h-full w-full min-h-0 min-w-0 overflow-hidden">
|
||||
<div ref="canvasRootRef" class="relative h-full w-full min-h-0 min-w-0 overflow-hidden isolate">
|
||||
<SketchRuler
|
||||
v-if="viewportSize.width && viewportSize.height"
|
||||
:palette="palette"
|
||||
|
||||
Reference in New Issue
Block a user