|
|
@ -17,7 +17,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
</v-header> |
|
|
</v-header> |
|
|
|
|
|
|
|
|
<view class="d-flex p-x-md p-y-md justify-between align-center fn-18 color-light flex-wrap border-b" style="background-color: #121212;"> |
|
|
<view class="d-flex p-x-md p-y-md justify-between align-center fn-18 color-light flex-wrap border-b" style="background-color: #121212;"> |
|
|
<view class="w-max" style="height: var(--status-bar-height)"></view> |
|
|
<view class="w-max" style="height: var(--status-bar-height)"></view> |
|
|
<view @click="$emit('symbol')" class="d-flex align-center"> |
|
|
<view @click="$emit('symbol')" class="d-flex align-center"> |
|
|
@ -165,7 +165,7 @@ |
|
|
<!-- <view class="borders w-23 rounded-3 fn-center p-y-xs fn-12" v-for="(item,index) in progress" @click="sliderChange(item,index)" :class="sliderActive==index?'color-theme-1 active':''"> |
|
|
<!-- <view class="borders w-23 rounded-3 fn-center p-y-xs fn-12" v-for="(item,index) in progress" @click="sliderChange(item,index)" :class="sliderActive==index?'color-theme-1 active':''"> |
|
|
{{item}}% |
|
|
{{item}}% |
|
|
</view> --> |
|
|
</view> --> |
|
|
|
|
|
|
|
|
<!-- <bing-progress activeColor="#60c08c" barBorderRadius="20px" handleWidth="12px" handleHeight="12px" handleColor="#60c08c" borderRadius="20px" width="150px" :showInfo="false" strokeWidth="2px" noActiveColor="#484859" @dragging="sliderChange" :value="activeStep"/> --> |
|
|
<!-- <bing-progress activeColor="#60c08c" barBorderRadius="20px" handleWidth="12px" handleHeight="12px" handleColor="#60c08c" borderRadius="20px" width="150px" :showInfo="false" strokeWidth="2px" noActiveColor="#484859" @dragging="sliderChange" :value="activeStep"/> --> |
|
|
<!-- </view> --> |
|
|
<!-- </view> --> |
|
|
<el-slider |
|
|
<el-slider |
|
|
@ -181,7 +181,7 @@ |
|
|
<v-input v-if="form.type == 1 && form.direction == 'sell'" |
|
|
<v-input v-if="form.type == 1 && form.direction == 'sell'" |
|
|
v-model="totalMoney" |
|
|
v-model="totalMoney" |
|
|
@input="sliderActive=-1" |
|
|
@input="sliderActive=-1" |
|
|
placeholder="金额" style="border: 1px solid #202020;" |
|
|
placeholder="0" style="border: 1px solid #202020;" |
|
|
> |
|
|
> |
|
|
<template #right> |
|
|
<template #right> |
|
|
<view class="color-default fn-bold color-light" style="margin-right: 10px;font-size: 20rpx;">{{ |
|
|
<view class="color-default fn-bold color-light" style="margin-right: 10px;font-size: 20rpx;">{{ |
|
|
@ -192,7 +192,7 @@ |
|
|
<v-input v-else |
|
|
<v-input v-else |
|
|
v-model="totalMoney" |
|
|
v-model="totalMoney" |
|
|
@input="sliderActive=-1" |
|
|
@input="sliderActive=-1" |
|
|
placeholder="金额" style="border: 1px solid #202020;" |
|
|
placeholder="0" style="border: 1px solid #202020;" |
|
|
> |
|
|
> |
|
|
<template #right> |
|
|
<template #right> |
|
|
<view class="color-default fn-bold color-light" style="margin-right: 10px;font-size: 20rpx;">{{ |
|
|
<view class="color-default fn-bold color-light" style="margin-right: 10px;font-size: 20rpx;">{{ |
|
|
@ -938,7 +938,7 @@ export default { |
|
|
this.sliderActive=-1 |
|
|
this.sliderActive=-1 |
|
|
}, |
|
|
}, |
|
|
changeLang(){ |
|
|
changeLang(){ |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
mounted() { |
|
|
mounted() { |
|
|
|