修改流程样式

This commit is contained in:
zhoulingpo
2023-04-19 14:38:33 +08:00
parent 09260eb716
commit e4d9a33eb4
8 changed files with 214 additions and 163 deletions
+47
View File
@@ -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;
}
}
}
}