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

@@ -490,7 +490,7 @@
// width: 39%; // width: 39%;
// width: 63.4rem; // width: 63.4rem;
// flex: 1; // flex: 1;
width: 63.4rem; width: 67.4rem;
margin-right: 2.7rem; margin-right: 2.7rem;
background-color: #fff; background-color: #fff;
border-radius: 2rem; border-radius: 2rem;
@@ -516,9 +516,9 @@
row-gap: 2.4rem; row-gap: 2.4rem;
.assist-input-wrapper { .assist-input-wrapper {
width: 100%; width: 100%;
height: 14.4rem; // height: 14.4rem;
min-height: 14.4rem !important; min-height: 14.4rem !important;
max-height: 14.4rem !important; max-height: 18.1rem !important;
} }
} }
.input-wrapper { .input-wrapper {

View File

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