Files
foton-laws-system-front/src/assets/styles/process.less
T
2021-06-10 18:01:21 +08:00

40 lines
755 B
Plaintext

// 流程样式
.prc-content-border {
border: 1px solid #ddd;
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{
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;
}