@tarojs/components
Version:
Taro 组件库。
22 lines (20 loc) • 312 B
CSS
taro-textarea-core {
display: block;
width: 300px;
}
taro-textarea-core .auto-height {
height: auto;
}
.taro-textarea {
display: block;
position: relative;
border: 0;
width: 100%;
height: 150px;
appearance: none;
cursor: auto;
line-height: 1.5;
}
.taro-textarea:focus {
outline: none;
}