文本框宽度
This commit is contained in:
parent
767a6aadd5
commit
466349b4e9
21
css/chat.css
21
css/chat.css
@ -5,16 +5,23 @@
|
|||||||
height: 50px;
|
height: 50px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.message {
|
|
||||||
|
.message {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
.user {
|
|
||||||
|
.user {
|
||||||
color: blue;
|
color: blue;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.bot {
|
|
||||||
|
.bot {
|
||||||
color: green;
|
color: green;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#userInput {
|
||||||
|
width: 800px; /* 你可以调整这个数值 */
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user