|
|
|
@ -108,8 +108,6 @@ |
|
|
|
:value="activeStep" |
|
|
|
@input="sliderChange" |
|
|
|
:format-tooltip="tooltip" |
|
|
|
|
|
|
|
show-stops |
|
|
|
></el-slider> |
|
|
|
<!-- :step="25" --> |
|
|
|
</div> |
|
|
|
@ -290,7 +288,7 @@ export default { |
|
|
|
}, |
|
|
|
computed: { |
|
|
|
tips(){ |
|
|
|
return this.unit_amount?(`1${this.$t("contract.e2")}≈${this.unit_amount}USDT`):'' |
|
|
|
return this.unit_amount?(`${this.unit_amount}USDT`):'' |
|
|
|
}, |
|
|
|
isLogin() { |
|
|
|
return Boolean(localStorage.token); |
|
|
|
@ -475,5 +473,7 @@ export default { |
|
|
|
.btn,.kaicang{ |
|
|
|
font-size: 0.9rem; |
|
|
|
} |
|
|
|
|
|
|
|
/* /deep/ .el-slider__stop{ |
|
|
|
background-color: ; |
|
|
|
} */ |
|
|
|
</style> |
|
|
|
|