diff --git a/src/commons/component/host-detail.component.html b/src/commons/component/host-detail.component.html
index 7531323..3e3be3a 100644
--- a/src/commons/component/host-detail.component.html
+++ b/src/commons/component/host-detail.component.html
@@ -1,8 +1,8 @@
+
+ -->
+
diff --git a/src/commons/component/host-detail.component.scss b/src/commons/component/host-detail.component.scss
index 6faa460..b8af129 100644
--- a/src/commons/component/host-detail.component.scss
+++ b/src/commons/component/host-detail.component.scss
@@ -15,7 +15,12 @@
}
}
.detail-content {
- display: inline;
+ min-width: 500px !important;
+}
+.ui-pingbn-position{
+ float: right;
+ margin-top: -28px;
+ margin-right: 5px;
}
.detail-content-meta-title > ul{
padding-top: 0;
diff --git a/src/commons/component/service-detail.component.html b/src/commons/component/service-detail.component.html
index 2019b97..50ae00f 100644
--- a/src/commons/component/service-detail.component.html
+++ b/src/commons/component/service-detail.component.html
@@ -14,7 +14,9 @@
+
+
diff --git a/src/commons/component/service-detail.component.scss b/src/commons/component/service-detail.component.scss
index 66bc858..151a8ff 100644
--- a/src/commons/component/service-detail.component.scss
+++ b/src/commons/component/service-detail.component.scss
@@ -15,7 +15,12 @@
}
}
.detail-content {
- display: inline;
+ min-width: 500px !important;
+}
+.ui-pingbn-position{
+ float: right;
+ margin-top: -28px;
+ margin-right: 5px;
}
.detail-content-meta-title > ul{
-webkit-margin-before: 0.5em;