修改日历组件下滑位置

This commit is contained in:
筱野
2025-11-14 15:50:00 +08:00
parent 12d597aec2
commit b13979c4ab
9 changed files with 336 additions and 34 deletions

View File

@@ -9,7 +9,7 @@
margin-top: 8px;
.additional-input {
width: 100%;
height: 46px;
min-height: 46px;
font-size: 14px;
color: #333;
background: transparent;

View File

@@ -72,7 +72,7 @@ const TextareaTag: React.FC<TextareaTagProps> = ({
placeholderClass='textarea-placeholder'
onInput={handleTextChange}
maxlength={maxLength}
autoHeight={false}
autoHeight={true}
onFocus={onFocus}
onBlur={onBlur}
/>