增加流程页面包括样式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user