diff --git a/src/views/home/agent/components/Agent.vue b/src/views/home/agent/components/Agent.vue index 6f1a419..cfacb7b 100644 --- a/src/views/home/agent/components/Agent.vue +++ b/src/views/home/agent/components/Agent.vue @@ -490,7 +490,7 @@ // width: 39%; // width: 63.4rem; // flex: 1; - width: 63.4rem; + width: 67.4rem; margin-right: 2.7rem; background-color: #fff; border-radius: 2rem; @@ -516,9 +516,9 @@ row-gap: 2.4rem; .assist-input-wrapper { width: 100%; - height: 14.4rem; + // height: 14.4rem; min-height: 14.4rem !important; - max-height: 14.4rem !important; + max-height: 18.1rem !important; } } .input-wrapper { diff --git a/src/views/home/components/Input.vue b/src/views/home/components/Input.vue index 75e2379..c0c3d20 100644 --- a/src/views/home/components/Input.vue +++ b/src/views/home/components/Input.vue @@ -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 {