fix: 优化聊天对话框问题
This commit is contained in:
parent
43aec772e6
commit
bee3cb90f4
@ -141,9 +141,9 @@
|
|||||||
<el-input
|
<el-input
|
||||||
ref="quickInputRef"
|
ref="quickInputRef"
|
||||||
v-model="inputValue"
|
v-model="inputValue"
|
||||||
type="textarea"
|
|
||||||
placeholder="请输入"
|
placeholder="请输入"
|
||||||
:autosize="{ minRows: 1, maxRows: 8 }"
|
:rows="1"
|
||||||
|
type="textarea"
|
||||||
@keydown.enter="sendChatHandle($event)"
|
@keydown.enter="sendChatHandle($event)"
|
||||||
/>
|
/>
|
||||||
<div class="operate">
|
<div class="operate">
|
||||||
@ -557,6 +557,7 @@ watch(
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: relative;
|
position: relative;
|
||||||
color: var(--app-text-color);
|
color: var(--app-text-color);
|
||||||
|
box-sizing: border-box;
|
||||||
&.chart-log {
|
&.chart-log {
|
||||||
.ai-chat__content {
|
.ai-chat__content {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
@ -637,6 +638,7 @@ watch(
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
resize: none;
|
resize: none;
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.operate {
|
.operate {
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user