修改日历组件下滑位置
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
margin-top: 8px;
|
||||
.additional-input {
|
||||
width: 100%;
|
||||
height: 46px;
|
||||
min-height: 46px;
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
background: transparent;
|
||||
|
||||
@@ -72,7 +72,7 @@ const TextareaTag: React.FC<TextareaTagProps> = ({
|
||||
placeholderClass='textarea-placeholder'
|
||||
onInput={handleTextChange}
|
||||
maxlength={maxLength}
|
||||
autoHeight={false}
|
||||
autoHeight={true}
|
||||
onFocus={onFocus}
|
||||
onBlur={onBlur}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user