|
@@ -390,7 +390,7 @@ defineExpose({
|
|
size="medium"
|
|
size="medium"
|
|
placeholder="输入@,召唤智能体"
|
|
placeholder="输入@,召唤智能体"
|
|
v-model:value="inpVal"
|
|
v-model:value="inpVal"
|
|
- :autosize="{ minRows: 2, maxRows: 4 }"
|
|
|
|
|
|
+ :autosize="{ minRows: 1, maxRows: 4 }"
|
|
@focus="focusInput"
|
|
@focus="focusInput"
|
|
@blur="blurInput"
|
|
@blur="blurInput"
|
|
@keypress="handleInpEnter"
|
|
@keypress="handleInpEnter"
|
|
@@ -500,7 +500,6 @@ defineExpose({
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
.chat-inp-outer {
|
|
.chat-inp-outer {
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
- // overflow: hidden;
|
|
|
|
box-shadow: 0px 3px 12px 0px #97D3FF40;
|
|
box-shadow: 0px 3px 12px 0px #97D3FF40;
|
|
|
|
|
|
.chat-tools-inner {
|
|
.chat-tools-inner {
|
|
@@ -531,12 +530,12 @@ defineExpose({
|
|
.chat-inp-inner {
|
|
.chat-inp-inner {
|
|
position: relative;
|
|
position: relative;
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
- padding: 17px 17px 17px 17px;
|
|
|
|
|
|
+ padding: 18px 16px 14px 16px;
|
|
background: #fff;
|
|
background: #fff;
|
|
|
|
|
|
.inp-wrapper {
|
|
.inp-wrapper {
|
|
@include flex(x, start, center);
|
|
@include flex(x, start, center);
|
|
- margin-bottom: 10px;
|
|
|
|
|
|
+ margin-bottom: 14px;
|
|
|
|
|
|
.upload-inner {
|
|
.upload-inner {
|
|
width: 30px;
|
|
width: 30px;
|