@@ -371,6 +371,7 @@
if (el) {
el.style.height = '2rem'
el.style.height = (el.scrollHeight * 2.06 - el.clientHeight + 150) / 100 + 'rem'
+ this.setBS()
}
})
},
@@ -380,6 +381,7 @@
@@ -389,6 +391,7 @@