# 自动调整尺寸 Textarea 自动调整尺寸。 ```html ``` ```js export default { data() { return { value: null } } } ``` ```css .n-input { margin-bottom: 8px; } ```