文本框宽度

This commit is contained in:
张梦南 2025-03-31 22:34:17 +08:00
parent 767a6aadd5
commit 466349b4e9

View File

@ -6,15 +6,22 @@
overflow-y: auto;
margin-bottom: 10px;
}
.message {
margin: 5px 0;
padding: 5px;
}
.user {
color: blue;
text-align: right;
}
.bot {
color: green;
text-align: left;
}
#userInput {
width: 800px; /* 你可以调整这个数值 */
}