@tarojs/components
Version:
22 lines (20 loc) • 314 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: inherit;
appearance: none;
cursor: auto;
line-height: 1.5;
}
.taro-textarea:focus {
outline: none;
}