|
|
|
@ -108,6 +108,7 @@ |
|
|
|
@input="sliderChange" |
|
|
|
:format-tooltip="tooltip" |
|
|
|
:marks="marks" |
|
|
|
style="position: relative;z-index: 0;" |
|
|
|
></el-slider> |
|
|
|
<!-- :step="25" --> |
|
|
|
</div> |
|
|
|
@ -470,7 +471,7 @@ export default { |
|
|
|
} |
|
|
|
}; |
|
|
|
</script> |
|
|
|
<style scoped="scoped" lang="scss"> |
|
|
|
<style scoped lang="scss"> |
|
|
|
.exchange_button{ |
|
|
|
display: flex; |
|
|
|
font-size: 16px !important; |
|
|
|
@ -478,8 +479,4 @@ export default { |
|
|
|
.btn,.kaicang{ |
|
|
|
font-size: 0.9rem; |
|
|
|
} |
|
|
|
::v-deep .el-slider__button-wrapper{ |
|
|
|
// background-color: ; |
|
|
|
z-index: 999; |
|
|
|
} |
|
|
|
</style> |