 应该是<textarea>引起的,有点不美观,加个css应该就行了 ```css textarea { resize: none; } ```