From c621fe4ae7200c1aabf2afd2fa5baec3844d7046 Mon Sep 17 00:00:00 2001 From: haixin <1875934025@qq.com> Date: Fri, 8 Mar 2024 17:59:45 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=9A=AE=E8=82=A4=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- .../editor/src/components/ComponentList.vue | 212 +++--- packages/editor/src/components/Nav.vue | 125 +++- packages/editor/src/components/NavList.vue | 654 +++++++++++------- packages/editor/src/components/PropsPanel.vue | 4 +- .../editor/src/styles/component-list.scss | 3 + .../editor/src/styles/iconfont/iconfont.css | 26 +- .../editor/src/styles/iconfont/iconfont.js | 2 +- .../editor/src/styles/iconfont/iconfont.json | 35 + .../editor/src/styles/iconfont/iconfont.ttf | Bin 13364 -> 14268 bytes .../editor/src/styles/iconfont/iconfont.woff | Bin 7996 -> 8548 bytes .../editor/src/styles/iconfont/iconfont.woff2 | Bin 6780 -> 7176 bytes packages/editor/src/styles/nav-list.scss | 11 + packages/editor/src/styles/nav.scss | 34 +- packages/editor/src/styles/props-panel.scss | 5 + packages/editor/src/styles/resizer.scss | 2 +- packages/editor/src/styles/shape.scss | 2 +- packages/editor/src/styles/variables.scss | 9 +- packages/editor/src/styles/work-space.scss | 1 + packages/editor/src/type.ts | 2 +- playground/src/components/Home.vue | 4 +- 21 files changed, 774 insertions(+), 359 deletions(-) diff --git a/README.md b/README.md index 72ad51f..d4422e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # vue-form-design -Starfish 可视化动态表单平台及 h5 页面搭建平台。 +Starfish 可视化动态表单平台 - 💪 Vue 3.0 Composition API - 🔥 Written in TypeScript diff --git a/packages/editor/src/components/ComponentList.vue b/packages/editor/src/components/ComponentList.vue index 8fbfec3..61bcdec 100644 --- a/packages/editor/src/components/ComponentList.vue +++ b/packages/editor/src/components/ComponentList.vue @@ -1,10 +1,26 @@