fix: -步骤描述格式拉伸;

This commit is contained in:
wenyann 2021-07-26 11:37:47 +08:00 committed by 刘瑞斌
parent 9b42195c8b
commit d7b1bcd3eb
2 changed files with 10 additions and 5 deletions

View File

@ -546,15 +546,17 @@ p {
z-index: 999;
}
/deep/ .el-textarea.is-disabled .el-textarea__inner {
/*/deep/ .el-textarea.is-disabled .el-textarea__inner {
background-color: #FBFBFB !important;
color: #606266 !important;
height: 48px !important;
}
}*/
/deep/ .table-edit-input .el-textarea__inner, .table-edit-input .el-input__inner {
/*/deep/ .table-edit-input .el-textarea__inner, .table-edit-input .el-input__inner {
border-style: solid;
}
height: 30px !important;
min-height: 30px !important;
}*/
</style>
<style>

View File

@ -37,7 +37,7 @@
class="table-edit-input"
size="mini"
type="textarea"
:autosize="{ minRows: 2, maxRows: 4}"
:autosize="{ minRows: 1, maxRows: 4}"
:rows="2"
:disabled="isReadOnly"
v-model="scope.row.actualResult"
@ -87,4 +87,7 @@ export default {
</script>
<style scoped>
/deep/ .table-edit-input .el-textarea__inner, .table-edit-input .el-input__inner {
border-style: solid;
}
</style>