css怎样调整html标签textarea内容文字的行距?
展开阅读全文
CSSline-height来调整就可以了:
.lmcjl{
  line-height:10px;
}