Skip to content

Commit 2e6bce7

Browse files
save file
1 parent a208d36 commit 2e6bce7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

chat/chat.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@
9999
[value=send]
100100
{margin-right:20px}
101101

102+
chat-room
103+
{height:100%}
104+
102105
</style>
103106
</head>
104107

@@ -120,7 +123,9 @@ <h4 slot=version>
120123
</chat-hdr>
121124

122125

123-
<chat-room component=grp_root server='' room=main></chat-room>
126+
<chat-room component=grp_root server='' room=main>
127+
<chat-room-tmp component=parent slot=input></chat-room-tmp>
128+
</chat-room>
124129

125130

126131
<log-mod component></log-mod>

0 commit comments

Comments
 (0)