From 2e2f10e760f43735ad258ce5409a0dcfc1203f68 Mon Sep 17 00:00:00 2001 From: "venbatechnologies@gmail.com" Date: Wed, 12 Dec 2018 19:48:51 +0530 Subject: [PATCH] UI changes --- .../assets-info/assets-info.component.html | 3 +- .../client-info/client-info.component.html | 14 ++++++--- .../neighbour-hood.component.html | 29 ++++++++++++++----- .../supplier-info.component.html | 16 +++++++--- .../supplier-info.component.scss | 5 ++++ 5 files changed, 51 insertions(+), 16 deletions(-) diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.html index acb2f4f66..a3e0feed8 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.html @@ -294,7 +294,7 @@ - + @@ -428,6 +428,7 @@
+
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/client-info/client-info.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/client-info/client-info.component.html index 7faf85907..23a199f3d 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/client-info/client-info.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/client-info/client-info.component.html @@ -17,6 +17,7 @@
+ @@ -96,7 +97,14 @@ --> - + + +
+ +
+
+
@@ -228,9 +236,7 @@ --> -
- +
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/neighbour-hood/neighbour-hood.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/neighbour-hood/neighbour-hood.component.html index b795cfaa4..ebd7ad237 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/neighbour-hood/neighbour-hood.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/neighbour-hood/neighbour-hood.component.html @@ -6,11 +6,7 @@
{{pageTitle}}
-
- - {{types.type_name}} - -
+
@@ -18,7 +14,15 @@ +
+
+ + {{types.type_name}} + +
+
+ @@ -45,9 +49,15 @@ delete - + +
+ +
+
+
+ @@ -99,6 +109,12 @@ delete + +
+ +
+
+
@@ -109,7 +125,6 @@
-
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.html index 93b4ad4c9..d35c324bd 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.html @@ -1,3 +1,4 @@ +

@@ -14,6 +15,7 @@ +
@@ -110,6 +112,13 @@
+ +
+ +
+
+
@@ -239,14 +248,13 @@ -->

-
- - +
+
+
\ No newline at end of file diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.scss b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.scss index 70945645a..2ee011993 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.scss +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.scss @@ -6,6 +6,11 @@ color: #fff !important; background-color: #e00201 !important; } +// ::ng-deep .cdk-overlay-pane{ +// max-width: 100vw !important; +// width: 100% !important; +// height: 95% !important; +// } .mat-card-content { background-color: white; }