【新增】增加报告上传流程
This commit is contained in:
@@ -43,7 +43,20 @@
|
||||
.el-form-item .el-input__inner {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
font-size: 15px;
|
||||
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%;
|
||||
@@ -57,6 +70,18 @@
|
||||
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 ;
|
||||
|
||||
Reference in New Issue
Block a user