|
|
@ -37,10 +37,10 @@ |
|
|
|
@import "~@/styles/variables.scss"; |
|
|
|
.tab-header { |
|
|
|
background-color: $search-bg; |
|
|
|
padding: 8px 20px; |
|
|
|
margin-bottom: 15px; |
|
|
|
padding: 5px 20px; |
|
|
|
//margin-bottom: 15px; |
|
|
|
.tab-search{ |
|
|
|
padding: 8px 0px; |
|
|
|
padding: 9px 0px; |
|
|
|
} |
|
|
|
.tab-btn{ |
|
|
|
.search-from{ |
|
|
@ -60,19 +60,19 @@ |
|
|
|
} |
|
|
|
.el-input__inner, |
|
|
|
.el-form-item__label{ |
|
|
|
height: 32px; |
|
|
|
line-height: 32px; |
|
|
|
height: 36px; |
|
|
|
line-height: 36px; |
|
|
|
color: $text-color; |
|
|
|
} |
|
|
|
.el-select .el-input.is-focus .el-input__inner{ |
|
|
|
border-color: $border-color; |
|
|
|
} |
|
|
|
} |
|
|
|
.el-button{ |
|
|
|
padding: 8px 20px; |
|
|
|
// background-color: $color-primary; |
|
|
|
// color: $text-color-inverse; |
|
|
|
} |
|
|
|
//.el-button{ |
|
|
|
// padding: 8px 20px; |
|
|
|
// background-color: $color-primary; |
|
|
|
// color: $text-color-inverse; |
|
|
|
//} |
|
|
|
.el-select{ |
|
|
|
width: 150px; |
|
|
|
} |
|
|
|