From 59cfc3dc6fda1d80ac04b18b7dab3dd28392dd2a Mon Sep 17 00:00:00 2001 From: pipipi-pikachu <1171051090@qq.com> Date: Sun, 13 Dec 2020 21:33:26 +0800 Subject: [PATCH] update --- .../_common/_element/ImageElement/index.vue | 0 .../_common/_element/TextElement/index.vue | 0 src/views/_common/_operate/AnimationIndex.vue | 42 ++++++++++ src/views/_common/_operate/BorderLine.vue | 81 +++++++++++++++++++ src/views/_common/_operate/ResizablePoint.vue | 61 ++++++++++++++ src/views/_common/_operate/RotateHandler.vue | 32 ++++++++ 6 files changed, 216 insertions(+) create mode 100644 src/views/_common/_element/ImageElement/index.vue create mode 100644 src/views/_common/_element/TextElement/index.vue create mode 100644 src/views/_common/_operate/AnimationIndex.vue create mode 100644 src/views/_common/_operate/BorderLine.vue create mode 100644 src/views/_common/_operate/ResizablePoint.vue create mode 100644 src/views/_common/_operate/RotateHandler.vue diff --git a/src/views/_common/_element/ImageElement/index.vue b/src/views/_common/_element/ImageElement/index.vue new file mode 100644 index 00000000..e69de29b diff --git a/src/views/_common/_element/TextElement/index.vue b/src/views/_common/_element/TextElement/index.vue new file mode 100644 index 00000000..e69de29b diff --git a/src/views/_common/_operate/AnimationIndex.vue b/src/views/_common/_operate/AnimationIndex.vue new file mode 100644 index 00000000..68cdf156 --- /dev/null +++ b/src/views/_common/_operate/AnimationIndex.vue @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file diff --git a/src/views/_common/_operate/BorderLine.vue b/src/views/_common/_operate/BorderLine.vue new file mode 100644 index 00000000..92214732 --- /dev/null +++ b/src/views/_common/_operate/BorderLine.vue @@ -0,0 +1,81 @@ + + + + + \ No newline at end of file diff --git a/src/views/_common/_operate/ResizablePoint.vue b/src/views/_common/_operate/ResizablePoint.vue new file mode 100644 index 00000000..ab13f211 --- /dev/null +++ b/src/views/_common/_operate/ResizablePoint.vue @@ -0,0 +1,61 @@ + + + + + \ No newline at end of file diff --git a/src/views/_common/_operate/RotateHandler.vue b/src/views/_common/_operate/RotateHandler.vue new file mode 100644 index 00000000..f3732105 --- /dev/null +++ b/src/views/_common/_operate/RotateHandler.vue @@ -0,0 +1,32 @@ + + + + + \ No newline at end of file