From 93ad3b7effa0cd29ea0f1d3b4738de5bcef2ec42 Mon Sep 17 00:00:00 2001 From: sunny Date: Wed, 23 May 2018 15:27:37 +0900 Subject: [PATCH] design --- .../component/detail/detail.component.html | 28 +++++++++++++++---- src/styles.scss | 12 +++++++- 2 files changed, 33 insertions(+), 7 deletions(-) diff --git a/src/packages/probe/component/detail/detail.component.html b/src/packages/probe/component/detail/detail.component.html index b26d28f..9b7a7a7 100644 --- a/src/packages/probe/component/detail/detail.component.html +++ b/src/packages/probe/component/detail/detail.component.html @@ -1,6 +1,12 @@ -

Info

- - +
+
+

Info

+
+
+ + +
+
@@ -13,7 +19,12 @@
- +
+ Name + + + +
@@ -21,7 +32,12 @@
- +
+ Description + + + +
@@ -30,7 +46,7 @@
-
+
diff --git a/src/styles.scss b/src/styles.scss index 6eaac38..d556ffa 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -280,6 +280,11 @@ min-width: 250px; margin: 0 -5px; } + .of-key-value-div{ + width: 100%; + min-width: 250px; + margin: 13px 0; + } div { width: 100%; margin: 0; @@ -308,7 +313,12 @@ } span.ng-star-inserted::after, a.ng-star-inserted>span::after { content: " "; - } + } + input { + border: 0px; + background : #f5f5f5; + padding: 5px; + } } .ui-bottom-border-1 {