fix: 优化聊天对话框问题

This commit is contained in:
wangdan-fit2cloud 2024-03-25 17:33:32 +08:00
parent 43aec772e6
commit bee3cb90f4

View File

@ -141,9 +141,9 @@
<el-input
ref="quickInputRef"
v-model="inputValue"
type="textarea"
placeholder="请输入"
:autosize="{ minRows: 1, maxRows: 8 }"
:rows="1"
type="textarea"
@keydown.enter="sendChatHandle($event)"
/>
<div class="operate">
@ -557,6 +557,7 @@ watch(
box-sizing: border-box;
position: relative;
color: var(--app-text-color);
box-sizing: border-box;
&.chart-log {
.ai-chat__content {
padding-bottom: 0;
@ -637,6 +638,7 @@ watch(
box-shadow: none;
resize: none;
padding: 12px 16px;
box-sizing: border-box;
}
.operate {
padding: 6px 10px;