code init

This commit is contained in:
chenxiaoxi
2021-05-25 18:06:45 +08:00
parent 02698d6dab
commit f54a8d4fa1
1367 changed files with 540755 additions and 21713 deletions
+33
View File
@@ -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;
}