增加流程页面包括样式

This commit is contained in:
zhoulingpo
2023-04-17 15:50:28 +08:00
parent 61e01291fd
commit c8db1229dc
15 changed files with 1901 additions and 619 deletions
+14 -1
View File
@@ -28,6 +28,7 @@
border-bottom: 3px solid #409eff;
margin-bottom: 20px;
}
// 表单的样式
.label-input-form{
padding-right: 80px;
@@ -36,9 +37,21 @@
font-size: 15px;
color:#555 !important;
}
.el-form-item.el-input__inner{
.el-form-item.el-input__inner,.el-form-item {
height: 40px;
line-height: 40px;
}
.el-select{
width: 100%;
}
.add-form-item{
.el-input{
width: 100%;
}
.el-input__inner{
height: 40px;
line-height: 40px;
}
}
}