diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html index dcd846977..0b2ceefd6 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html @@ -1,5 +1,9 @@ +
+ +
@@ -41,9 +45,9 @@
-
- +
+

{{mainApplicantName}}

{{pdMasterList.customer_segment_name}} diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.scss b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.scss index 543149a8b..0d116af22 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.scss +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.scss @@ -116,11 +116,6 @@ $product-bg-color-hover: rgba(103, 58, 183, 0.7); mat-icon{ color: #ff3636; } -.start_close_btn { - position: fixed; - right: 69px; - top: 112px; -} .address { display: flex; padding: 0 2%; diff --git a/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.html b/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.html index 7ea892711..db51c2644 100644 --- a/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.html +++ b/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.html @@ -1,5 +1,9 @@ +
+ +
@@ -33,8 +37,8 @@
- +

{{mainApplicantName}}

{{pdMasterList.customer_segment_name}} @@ -122,7 +126,7 @@
-
+
skip_previous chevron_left @@ -225,7 +229,7 @@
-
+
skip_previous chevron_left @@ -321,7 +325,7 @@
-
+
skip_previous chevron_left diff --git a/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.scss b/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.scss index 0e5aa8a36..fc7ac8814 100644 --- a/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.scss +++ b/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.scss @@ -116,8 +116,3 @@ $product-bg-color-hover: rgba(103, 58, 183, 0.7); mat-icon{ color: #ff3636; } -.start_close_btn { - position: fixed; - right: 69px; - top: 112px; -} \ No newline at end of file