ucap-profile-user-list-item > intro 옵션처리.

This commit is contained in:
leejh 2019-10-10 18:39:04 +09:00
parent a8375e977b
commit 5dd24638c8

View File

@ -17,7 +17,7 @@
{{ userInfo.deptName }}
</span>
</div>
<div class="msg-status">
<div class="msg-status" *ngIf="!checkable && userInfo.intro.trim() && !compactable">
{{ userInfo.intro }}
</div>
</dd>