修改发布增加拖动
This commit is contained in:
@@ -19,7 +19,7 @@ const TextareaTag: React.FC<TextareaTagProps> = ({
|
||||
value,
|
||||
onChange,
|
||||
placeholder = '请输入',
|
||||
maxLength = 500,
|
||||
maxLength = 1000,
|
||||
options = []
|
||||
}) => {
|
||||
// 处理文本输入变化
|
||||
|
||||
Reference in New Issue
Block a user