File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
src/components/Main/MainView/MessageInput Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11<template >
2- <div
3- :class =" $style.outerContainer"
4- :style =" outerContainerStyle"
5- >
2+ <div :class =" $style.outerContainer" :style =" outerContainerStyle" >
63 <icon-button
74 v-if =" showIsInputTextAreaExpandedButton"
85 :class =" $style.button"
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ const textAreaAutoSizeMaxHeight = computed(() => {
158158const scollbarWidth = getScrollbarWidth ()
159159const textareaAutosizeStyle = computed (() => ({
160160 ' --input-scrollbar-width' : ` ${scollbarWidth }px ` ,
161- ' max-height' : textAreaAutoSizeMaxHeight .value
161+ ' -- max-height' : textAreaAutoSizeMaxHeight .value
162162}))
163163
164164const showIsInputTextAreaExpandedButton = defineModel <boolean >(
@@ -210,6 +210,7 @@ $vertical-padding: 8px;
210210 padding : $vertical-padding 16px ;
211211 // 左から、余白、スタンプパレットボタン、余白、送信ボタン、スクロールバー
212212 padding-right : calc (8px + 24px + 8px + 24px + var (--input-scrollbar-width ));
213+ max-height : var (--max-height );
213214 & [readonly ] {
214215 @include color-ui-secondary-inactive ;
215216 cursor : wait ;
You can’t perform that action at this time.
0 commit comments