#resize

Defines if the textarea is resizable or not.

默认属性 resize: none;

The textarea is not resizable.

resize: horizontal;

The textarea is resizable horizontally.

resize: vertical;

The textarea is resizable vertically.

resize: both;

The textarea is resizable both horizontally and vertically.