From 48ce3a71d5256fda0757ab7ee03db53830660ffd Mon Sep 17 00:00:00 2001 From: monman53 Date: Wed, 10 Jul 2024 21:27:56 +0900 Subject: [PATCH] Add edit panel --- src/EditPanel.vue | 61 +++++++++++++++++++++++++++++++++++++++++++++++ src/SVG/Lens.vue | 32 +++++++++++++------------ src/SVG/Light.vue | 5 +--- src/TopLeft.vue | 17 +++++++++---- 4 files changed, 91 insertions(+), 24 deletions(-) create mode 100644 src/EditPanel.vue diff --git a/src/EditPanel.vue b/src/EditPanel.vue new file mode 100644 index 0000000..65174e8 --- /dev/null +++ b/src/EditPanel.vue @@ -0,0 +1,61 @@ + + + + + \ No newline at end of file diff --git a/src/SVG/Lens.vue b/src/SVG/Lens.vue index 6e90fe2..43580af 100644 --- a/src/SVG/Lens.vue +++ b/src/SVG/Lens.vue @@ -163,9 +163,6 @@ const apertureSizeChangeStartHandler = () => { - - - \ No newline at end of file diff --git a/src/SVG/Light.vue b/src/SVG/Light.vue index c0759c2..bc50941 100644 --- a/src/SVG/Light.vue +++ b/src/SVG/Light.vue @@ -22,7 +22,7 @@ export const addLight = (e: any) => {