【新增】增加报告上传流程

This commit is contained in:
zhoulingpo
2023-05-05 09:30:28 +08:00
parent cd4ee9f5ba
commit 75280806fc
8 changed files with 1078 additions and 3 deletions
+26 -1
View File
@@ -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 ;