code init
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
// 流程样式
|
||||
.prc-content-border {
|
||||
border: 1px dashed #ddd;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
background: #fdfdfd;
|
||||
.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{
|
||||
color: #666666;
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
.form-item-content-wrap {
|
||||
padding: 0 10px;
|
||||
height: 49px;
|
||||
line-height: 49px;
|
||||
span {
|
||||
color: #409EFF;
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
color: #66b1ff;
|
||||
}
|
||||
}
|
||||
}
|
||||
.form-file-inline{
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.opinion-table-btn-box{
|
||||
padding: 5px 0;
|
||||
}
|
||||
Reference in New Issue
Block a user