diff --git a/index.html b/index.html index e214c13..de54b36 100644 --- a/index.html +++ b/index.html @@ -1,185 +1,175 @@ - - - - - - - - - - - - + + + + + + + + + + + + - -
- -
-
- -
- -
-
%VITE_GLOB_APP_TITLE%
+ .dot i:nth-child(4) { + bottom: 0; + left: 0; + animation-delay: 1.2s; + } + @keyframes antRotate { + to { + transform: rotate(405deg); + } + } + @keyframes antRotate { + to { + transform: rotate(405deg); + } + } + @keyframes antSpinMove { + to { + opacity: 1; + } + } + @keyframes antSpinMove { + to { + opacity: 1; + } + } + +
+
+
+ +
+
+
-
-
- - + + diff --git a/src/components/Designer/src/components/componentProperty/PropertyOption.vue b/src/components/Designer/src/components/componentProperty/PropertyOption.vue index 913d9a4..c2509a8 100644 --- a/src/components/Designer/src/components/componentProperty/PropertyOption.vue +++ b/src/components/Designer/src/components/componentProperty/PropertyOption.vue @@ -1,2002 +1,1642 @@