commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user