📌  相关文章
📜  css textarea 不可调整大小 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:48.398000             🧑  作者: Mango

代码示例4
You can either apply this as an inline style property like so: 

or in between 
 element tags like so: 
textarea { resize: none; }