Files
faw-report-library-web/src/assets/css/common.scss
T
2023-04-19 14:38:33 +08:00

48 lines
673 B
SCSS

.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;
}
}
}
}