From df3152d77edbc98e7927b51934decd0507254d8a Mon Sep 17 00:00:00 2001 From: gaoyunqi Date: Thu, 22 Feb 2024 20:23:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=9A=90=E8=97=8F=E4=B8=8D=E5=B8=B8?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=B0=86=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E8=AE=BE=E5=AE=9A=E4=BB=8E=E5=A4=96=E9=9D=A2=E6=8B=BF?= =?UTF-8?q?=E5=88=B0=E8=8F=9C=E5=8D=95=E9=87=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 326 +- .../componentProperty/PropertyOption.vue | 3594 ++++++++--------- src/components/Form/src/componentMap.ts | 22 +- .../Form/src/components/SubFormV2.vue | 584 +++ .../components/user-dropdown/DropDown.vue | 172 + src/layouts/default/header/index.vue | 330 +- src/layouts/default/setting/index.vue | 40 +- src/views/secondDev/LoginForm.vue | 4 +- 8 files changed, 2709 insertions(+), 2363 deletions(-) create mode 100644 src/components/Form/src/components/SubFormV2.vue create mode 100644 src/layouts/default/header/components/user-dropdown/DropDown.vue 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 @@