diff --git a/src/portal/lib/src/label/label.component.html b/src/portal/lib/src/label/label.component.html index 717f9faf9..ce25e0709 100644 --- a/src/portal/lib/src/label/label.component.html +++ b/src/portal/lib/src/label/label.component.html @@ -16,7 +16,7 @@ -
+
{{'LABEL.LABEL' | translate}} {{'LABEL.DESCRIPTION' | translate}} diff --git a/src/portal/lib/src/label/label.component.scss b/src/portal/lib/src/label/label.component.scss index f1ec7bb47..6f9f7810b 100644 --- a/src/portal/lib/src/label/label.component.scss +++ b/src/portal/lib/src/label/label.component.scss @@ -1,8 +1,6 @@ .label-config { position: relative; - div.content-mt { - margin-top: -12px; - } + margin-top: 30px; .rightPos { position: absolute; z-index: 100; diff --git a/src/portal/lib/src/repository-gridview/repository-gridview.component.html b/src/portal/lib/src/repository-gridview/repository-gridview.component.html index 52f46561e..884c2bec8 100644 --- a/src/portal/lib/src/repository-gridview/repository-gridview.component.html +++ b/src/portal/lib/src/repository-gridview/repository-gridview.component.html @@ -1,4 +1,4 @@ -
+
diff --git a/src/portal/lib/src/repository-gridview/repository-gridview.component.scss b/src/portal/lib/src/repository-gridview/repository-gridview.component.scss index 8ee3cbb31..8437c87df 100644 --- a/src/portal/lib/src/repository-gridview/repository-gridview.component.scss +++ b/src/portal/lib/src/repository-gridview/repository-gridview.component.scss @@ -86,4 +86,8 @@ .push-image-button { display: inline-block; +} + +.repository-box { + margin-top: 5px; } \ No newline at end of file diff --git a/src/portal/src/app/project/helm-chart/list-charts-detail/helm-chart.component.scss b/src/portal/src/app/project/helm-chart/list-charts-detail/helm-chart.component.scss index e0b5da743..51acbefa8 100644 --- a/src/portal/src/app/project/helm-chart/list-charts-detail/helm-chart.component.scss +++ b/src/portal/src/app/project/helm-chart/list-charts-detail/helm-chart.component.scss @@ -9,6 +9,7 @@ $size60:60px; } .chart-tool { position: relative; + margin-top: 5px; .toolbar { overflow: hidden; .rightPos { diff --git a/src/portal/src/app/project/member/member.component.scss b/src/portal/src/app/project/member/member.component.scss index aac4e9497..c2b416100 100644 --- a/src/portal/src/app/project/member/member.component.scss +++ b/src/portal/src/app/project/member/member.component.scss @@ -36,7 +36,7 @@ clr-datagrid { position: inherit; } .content-space { - margin-top: 12px; + margin-top: 28px; position: relative; } .datagrid-pt { diff --git a/src/portal/src/app/project/robot-account/robot-account.component.scss b/src/portal/src/app/project/robot-account/robot-account.component.scss index 9278019c0..2d085d662 100644 --- a/src/portal/src/app/project/robot-account/robot-account.component.scss +++ b/src/portal/src/app/project/robot-account/robot-account.component.scss @@ -1,7 +1,7 @@ @import "../../../../lib/src/mixin"; .robot-space { - margin-top: 12px; + margin-top: 28px; position: relative; clr-icon.red-position {