diff --git a/src/component/Canvas/CanvasEditor/components/SelectionPanel.vue b/src/component/Canvas/CanvasEditor/components/SelectionPanel.vue index d54bf5af..c00a57f6 100644 --- a/src/component/Canvas/CanvasEditor/components/SelectionPanel.vue +++ b/src/component/Canvas/CanvasEditor/components/SelectionPanel.vue @@ -10,24 +10,33 @@
- + {{ $t("手绘") }}
- + {{ $t("矩形") }}
- + {{ $t("椭圆") }}
@@ -38,15 +47,15 @@
- + {{ $t("创建") }}
- + {{ $t("创建并拷贝") }}
- + {{ $t("清除选择内容") }}
- +
- {{ t('Canvas.Scale') }}: {{ currentZoom }}% - - +
@@ -1024,7 +1055,11 @@ defineExpose({
--> -