修改流程样式
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
.tag-btns {
|
||||
padding-right: 15px;
|
||||
}
|
||||
.search-area {
|
||||
padding: 0;
|
||||
|
||||
.el-form-item__label {
|
||||
line-height: 35px;
|
||||
}
|
||||
|
||||
.el-form-item__content {
|
||||
line-height: 35px;
|
||||
|
||||
.el-input__inner {
|
||||
height: 25px;
|
||||
line-height: 35px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.search-new {
|
||||
//width: 100%;
|
||||
background: #FFF;
|
||||
padding: 10px 10px 0;
|
||||
|
||||
.el-button + .el-button {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.el-form--inline .el-form-item {
|
||||
display: flex;
|
||||
margin-right: 0;
|
||||
|
||||
input.el-input__inner {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.el-form-item__content {
|
||||
//width: 100%;
|
||||
flex: 1;
|
||||
|
||||
.el-select,
|
||||
.el-range-editor {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user