대화방의 information type 에 대한 스타일 적용
This commit is contained in:
parent
bd0a128723
commit
ea1caa1498
|
@ -43,12 +43,14 @@
|
||||||
<ucap-chat-message-box-information
|
<ucap-chat-message-box-information
|
||||||
*ngSwitchCase="EventType.RenameRoom"
|
*ngSwitchCase="EventType.RenameRoom"
|
||||||
[message]="message"
|
[message]="message"
|
||||||
|
class="information-msg"
|
||||||
>
|
>
|
||||||
</ucap-chat-message-box-information>
|
</ucap-chat-message-box-information>
|
||||||
<ucap-chat-message-box-information
|
<ucap-chat-message-box-information
|
||||||
*ngSwitchCase="EventType.GuideForRoomTimerChanged"
|
*ngSwitchCase="EventType.GuideForRoomTimerChanged"
|
||||||
[message]="message"
|
[message]="message"
|
||||||
[senderName]="getUserName(message.senderSeq)"
|
[senderName]="getUserName(message.senderSeq)"
|
||||||
|
class="information-msg"
|
||||||
>
|
>
|
||||||
</ucap-chat-message-box-information>
|
</ucap-chat-message-box-information>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user