style: 输入框调整

This commit is contained in:
2026-03-06 13:26:14 +08:00
parent c52f825ee6
commit 0d29e8fc44
2 changed files with 16 additions and 3 deletions

View File

@@ -627,6 +627,9 @@
margin: 0 auto;
padding: 0;
position: relative;
.animate-container {
overflow-y: hidden;
}
&:not(.agent) .animate-container {
box-shadow: 0px 0.5rem 1.4rem 0px #0000001a;
@@ -661,6 +664,16 @@
line-height: 1.5;
white-space: pre-wrap;
word-wrap: break-word;
&::-webkit-scrollbar {
width: 0;
display: none;
}
&::-webkit-scrollbar-thumb {
display: none;
}
&::-webkit-scrollbar-track {
display: none;
}
// 占位符
&:empty::before {