From f81f4ae0303b75d5f7a1a3a7d86d77cee295c259 Mon Sep 17 00:00:00 2001 From: sunny Date: Tue, 5 Jun 2018 20:06:01 +0900 Subject: [PATCH] design --- @overflow/sensor/component/sensor-detail.component.html | 3 +-- src/styles.scss | 7 +++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/@overflow/sensor/component/sensor-detail.component.html b/@overflow/sensor/component/sensor-detail.component.html index addf489..3840fe4 100644 --- a/@overflow/sensor/component/sensor-detail.component.html +++ b/@overflow/sensor/component/sensor-detail.component.html @@ -1,4 +1,3 @@ -SENSOR_DETAIL_COMPONENT

{{sensor.crawler.name}}

@@ -36,7 +35,7 @@ SENSOR_DETAIL_COMPONENT
-
+
diff --git a/src/styles.scss b/src/styles.scss index 6b7249c..a4584f0 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1754,6 +1754,13 @@ // padding: 5px; // } } +.ui-left-info{ + margin-left: -15px !important; + min-width: 300px !important; + span{ + width: 105px !important; + } +} .ui-bottom-border-1 { border-bottom: #bdbdbd 1px solid;