style: 输入框调整
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user