|
|
@@ -259,7 +259,7 @@
|
|
|
let el = this.$refs.descTextarea
|
|
|
if (el) {
|
|
|
// console.log(el.scrollHeight - el.clientHeight)
|
|
|
- el.style.height = (el.scrollHeight * 2 - el.clientHeight + 50) / 100 + 'rem'
|
|
|
+ el.style.height = (el.scrollHeight * 2 - el.clientHeight + 150) / 100 + 'rem'
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
@@ -371,7 +371,14 @@
|
|
|
.text {
|
|
|
width: 4.4rem;
|
|
|
word-break: break-all;
|
|
|
+ line-height: .44rem;
|
|
|
}
|
|
|
+ /*.pull-left {*/
|
|
|
+ /*float: none !important;*/
|
|
|
+ /*display: inline-block;*/
|
|
|
+ /*word-wrap: break-word;*/
|
|
|
+ /*vertical-align: top;*/
|
|
|
+ /*}*/
|
|
|
.update {
|
|
|
padding: 0.06rem 0 0.06rem 0;
|
|
|
}
|