This commit is contained in:
zhutianqi
2021-06-10 18:01:21 +08:00
parent fe0d77e31b
commit ec98e41298
6 changed files with 994 additions and 262 deletions
+8 -1
View File
@@ -1,8 +1,14 @@
// 流程样式
.prc-content-border {
border: 1px solid #ddd;
padding: 20px;
padding: 0 20px;
background: #fdfdfd;
.el-form-item__content {
line-height: 50px;
}
.add-form-item:last-child {
border-bottom: 0px dashed #e5e5e5;
}
.form-item-disabled {
.el-form-item__label, .el-form-item__content .el-input .el-input__inner,
.el-form-item__content .el-textarea .el-textarea__inner{
@@ -11,6 +17,7 @@
}
}
}
.form-item-content-wrap {
padding: 0 10px;
height: 49px;