117 lines
2.0 KiB
SCSS
117 lines
2.0 KiB
SCSS
//流程样式
|
|
.process{
|
|
background-color: #fff;
|
|
width:100%;
|
|
height: 100%;
|
|
padding: 10px 20px;
|
|
overflow: auto;
|
|
}
|
|
.process_box{
|
|
padding: 10px 30px;
|
|
border: 1px solid #e8f6fe;
|
|
}
|
|
.procedure{
|
|
|
|
}
|
|
.process_content{
|
|
margin-top: 25px;
|
|
width:100%;
|
|
padding: 10px 30px;
|
|
border: 1px solid rgb(242,242,242);
|
|
}
|
|
.base_title{
|
|
display: inline-block;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
color: #555;
|
|
line-height: 40px;
|
|
border-bottom: 3px solid #409eff;
|
|
margin-bottom: 20px;
|
|
}
|
|
.pagination{
|
|
margin-top: 20px;
|
|
}
|
|
|
|
// 表单的样式
|
|
.label-input-form{
|
|
padding-right: 80px;
|
|
.el-form-item .el-form-item__label{
|
|
line-height: 40px;
|
|
font-size: 15px;
|
|
color:#555 !important;
|
|
}
|
|
.el-form-item .el-input__inner {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
font-size: 14px;
|
|
}
|
|
.el-date-editor.el-input{
|
|
width: 100%;
|
|
.el-input__inner{
|
|
padding-left: 15px !important;
|
|
}
|
|
}
|
|
.el-cascader {
|
|
width: 100%;
|
|
.el-input__inner{
|
|
height: 40px !important;
|
|
line-height: 40px !important;
|
|
}
|
|
}
|
|
.el-select{
|
|
width: 100%;
|
|
}
|
|
.add-form-item{
|
|
.el-input{
|
|
width: 100%;
|
|
}
|
|
.el-input__inner{
|
|
height: 40px;
|
|
line-height: 40px;
|
|
}
|
|
}
|
|
.is-diable{
|
|
.ti-input{
|
|
background-color: #F5F7FA;
|
|
border-color: #E4E7ED;
|
|
color: #C0C4CC;
|
|
cursor: not-allowed;
|
|
.ti-new-tag-input{
|
|
cursor: not-allowed;
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
.blurcolor{
|
|
color: #1890FF ;
|
|
cursor: pointer;
|
|
}
|
|
.reportName{
|
|
max-height: 500px;
|
|
}
|
|
.reportName el-message-box__content .el-message-box__message{
|
|
overflow: scroll;
|
|
}
|
|
.reportName .el-message-box__message p{
|
|
word-break: break-word;
|
|
max-height: 300px;
|
|
overflow: auto;
|
|
}
|
|
.no_border{
|
|
.el-form-item .el-input__inner {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
font-size: 14px;
|
|
border: none;
|
|
}
|
|
.el-form-item .el-textarea__inner{
|
|
border: none;
|
|
}
|
|
.el-input.is-disabled .el-input__inner,
|
|
.el-textarea.is-disabled .el-textarea__inner{
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
|