style: 审批意见输入框宽度

This commit is contained in:
zyn
2023-11-29 17:39:55 +08:00
parent 650fa4e9ef
commit 9021245305
@@ -48,4 +48,7 @@ export default {
height: 48px;
line-height: 48px;
}
/deep/ .el-form-item__content .el-textarea .el-textarea__inner {
width: 100% !important;
}
</style>