css添加
textarea {
resize: none !important;
}
/****备注****/
<style lang="scss" scoped></style>//组件内添加不起作用因为scoped属性的原因另写<style lang="scss" scoped></style>再添加即可
本文介绍了一种使用CSS来禁止HTML中的textarea元素调整大小的方法。通过设置resize属性为none并添加!important标志确保样式生效,即使在组件内部使用了scoped属性也能有效应用此样式。
css添加
textarea {
resize: none !important;
}
/****备注****/
<style lang="scss" scoped></style>//组件内添加不起作用因为scoped属性的原因另写<style lang="scss" scoped></style>再添加即可
2626
4873

被折叠的 条评论
为什么被折叠?