mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 优化聊天对话框问题
This commit is contained in:
parent
43aec772e6
commit
bee3cb90f4
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue