From e6aed721aee30565e811d8d6a04fe0f7cbab6f94 Mon Sep 17 00:00:00 2001 From: xuyanfeng Date: Sat, 3 Apr 2021 19:31:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B7=A6=E4=BE=A7=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E6=A0=91=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/public/index.html | 21 +- .../devtools/ccType/ComponentsProperty.vue | 14 +- .../src/devtools/ccType/NodeBaseProperty.vue | 302 ++++---- source/src/devtools/ccType/SceneProperty.vue | 15 +- source/src/devtools/index.vue | 697 ++++++++++-------- 5 files changed, 560 insertions(+), 489 deletions(-) diff --git a/source/public/index.html b/source/public/index.html index 3e5a139..dad90ef 100644 --- a/source/public/index.html +++ b/source/public/index.html @@ -1,17 +1,18 @@ - - + + <%= htmlWebpackPlugin.options.title %> - - - -
- - + + + +
+ + diff --git a/source/src/devtools/ccType/ComponentsProperty.vue b/source/src/devtools/ccType/ComponentsProperty.vue index e848f44..9db21f2 100644 --- a/source/src/devtools/ccType/ComponentsProperty.vue +++ b/source/src/devtools/ccType/ComponentsProperty.vue @@ -17,18 +17,24 @@ diff --git a/source/src/devtools/ccType/NodeBaseProperty.vue b/source/src/devtools/ccType/NodeBaseProperty.vue index 588d0a2..0c13664 100644 --- a/source/src/devtools/ccType/NodeBaseProperty.vue +++ b/source/src/devtools/ccType/NodeBaseProperty.vue @@ -1,185 +1,199 @@