diff --git a/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.html b/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.html index 3396717c..ca053b59 100644 --- a/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.html +++ b/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.html @@ -3,7 +3,7 @@
+ [default]="'assets/images/img_nophoto_50.png'" />
@@ -128,16 +153,26 @@
- - 대화 + 대화 myTalk
@@ -147,23 +182,25 @@ - + SMS
- 화상
- @@ -172,4 +209,4 @@
- + \ No newline at end of file diff --git a/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.scss b/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.scss index 52733a40..dcc086d4 100644 --- a/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.scss +++ b/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.scss @@ -23,7 +23,7 @@ flex-flow: row; flex: 0 0 auto; width: 700px; - height: 380px; + height: 450px; position: relative; padding: 0; .mat-card-header { @@ -42,7 +42,7 @@ flex-flow: row; align-items: flex-end; top: 20px; - margin-bottom: 16px; + margin-bottom: 12px; &-mask { width: 80px; @@ -131,7 +131,7 @@ position: relative; width: 440px; height: 100%; - padding: 20px 0; + padding: 10px 0; margin-left: 30px; ul { display: flex; @@ -142,14 +142,14 @@ height: 30px; align-items: center; flex-flow: row; - margin-bottom: 16px; + margin-bottom: 14px; dt { - width: 120px; + width: 100px; font-weight: 800; @include ellipsis(1); } dd { - width: 240px; + width: 260px; margin-right: 20px; @include ellipsis(1); }