|
|
@ -25,8 +25,7 @@ |
|
|
|
showsearch: false |
|
|
|
} |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
}, |
|
|
|
mounted() {}, |
|
|
|
methods: { |
|
|
|
|
|
|
|
} |
|
|
@ -35,24 +34,31 @@ |
|
|
|
|
|
|
|
<style lang="scss"> |
|
|
|
@import "~@/styles/variables.scss"; |
|
|
|
|
|
|
|
.tab-header { |
|
|
|
background-color: $search-bg; |
|
|
|
padding: 5px 20px; |
|
|
|
margin-bottom: 15px; |
|
|
|
|
|
|
|
.tab-search { |
|
|
|
padding: 9px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.tab-btn { |
|
|
|
.search-from { |
|
|
|
float: left; |
|
|
|
padding-bottom: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.search-bth { |
|
|
|
float: right; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.el-form-item { |
|
|
|
margin-bottom: 0px; |
|
|
|
|
|
|
|
.el-input__icon, |
|
|
|
.el-form-item__content { |
|
|
|
line-height: 32px; |
|
|
@ -70,11 +76,12 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
//.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; |
|
|
|
} |
|
|
|