摘要: 实现文本框根据输入内容自适应高度。 代码如下: <van-field v-model="setMailInfo.tempName" rows="1" autosize label="" class="mt-textarea" input-align="right" type="textarea" p 阅读全文
posted @ 2022-09-27 11:15 时光独醒 阅读(521) 评论(0) 推荐(0) 编辑
摘要: Vant 修改field中的placeholder样式 .van-field__control::-webkit-input-placeholder { color: #757575; font-size: 0.75rem; font-weight: 400; } 阅读全文
posted @ 2022-09-27 11:07 时光独醒 阅读(1817) 评论(0) 推荐(0) 编辑