From 8b63c8ab9ab85261ae238c0e4ac77f31973639f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E9=B9=B0?= <17kungfuboy@gmail.com> Date: Fri, 15 Jul 2022 16:17:48 +0800 Subject: [PATCH] style: fix some style --- .../api-script/api-script.component.html | 65 ++++++++++--------- .../api-script/api-script.component.ts | 3 +- 2 files changed, 35 insertions(+), 33 deletions(-) diff --git a/src/workbench/browser/src/app/shared/components/api-script/api-script.component.html b/src/workbench/browser/src/app/shared/components/api-script/api-script.component.html index 5f267421..edb5fe09 100644 --- a/src/workbench/browser/src/app/shared/components/api-script/api-script.component.html +++ b/src/workbench/browser/src/app/shared/components/api-script/api-script.component.html @@ -15,6 +15,7 @@ - {{ node.title }} + {{ node.title }} - {{ node.title }} - - - [?] - - -

{{ node.origin.note.code }}

-

{{ node.origin.note.desc }}

- -
-

---input---

-

- {{ item.key }}:{{ item.value }} -

-
- -
-

---return---

-

{{ node.origin.note.output }}

-
-
-
+
+ {{ node.title }} + + + [?] + + +

{{ node.origin.note.code }}

+

{{ node.origin.note.desc }}

+ +
+

---input---

+

+ {{ item.key }}:{{ item.value }} +

+
+ +
+

---return---

+

{{ node.origin.note.output }}

+
+
+
+
-
+
(true); dataSource: NzTreeNodeOptions[] = []; - expandedKeys = []; + expandedKeys = [0]; constructor() {} @@ -54,7 +54,6 @@ export class ApiScriptComponent implements OnInit { })), ...it, })); - console.log(this.dataSource); } handleChange(code) {