From 568184ffd99499cea34d2f33e362999142ed61c3 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Mon, 14 Nov 2022 23:33:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BD=A2=E7=8A=B6=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Editor/CanvasTool/ShapeItemThumbnail.vue | 66 +++++++++++++++++ src/views/Editor/CanvasTool/ShapePool.vue | 55 +++----------- .../ElementStylePanel/ShapeStylePanel.vue | 71 +++++++++++++++++++ 3 files changed, 145 insertions(+), 47 deletions(-) create mode 100644 src/views/Editor/CanvasTool/ShapeItemThumbnail.vue diff --git a/src/views/Editor/CanvasTool/ShapeItemThumbnail.vue b/src/views/Editor/CanvasTool/ShapeItemThumbnail.vue new file mode 100644 index 00000000..4d897c9e --- /dev/null +++ b/src/views/Editor/CanvasTool/ShapeItemThumbnail.vue @@ -0,0 +1,66 @@ + + + + + \ No newline at end of file diff --git a/src/views/Editor/CanvasTool/ShapePool.vue b/src/views/Editor/CanvasTool/ShapePool.vue index 66a53364..19169857 100644 --- a/src/views/Editor/CanvasTool/ShapePool.vue +++ b/src/views/Editor/CanvasTool/ShapePool.vue @@ -3,31 +3,13 @@
{{item.type}}
-
-
- - - - - -
-
+
@@ -35,6 +17,7 @@