10.10综合交易所原始源码_移动端
1
2026-05-26 0dbc7465447164fef24327b5d494870832d798dd
src/components/Transform/perpetual-open/amountSlider.vue
@@ -4,14 +4,14 @@
        <div class="amount-slider">
            <div class="amount-slider-clickable">
            <!-- 本地报错  调试时候注释掉  yyhh-->
      <!--       <vue-slider @change="sliderAmountChange" class="mainBox" :marks="marks" v-model="sliderAmount"
                <vue-slider @change="sliderAmountChange" class="mainBox" :marks="marks" v-model="sliderAmount"
                 :hide-label="true" width="92%" tooltip="hover" :tooltip-formatter="'{value}%'"
                 :railStyle="{ background: '#404040', height: '2px' }"
                 :processStyle="{ background: '#266BFF', height: '2px' }">
                 <template v-slot:step="{ active }">
                     <div :class="['custom-step', { active }]"></div>
                 </template>
             </vue-slider> -->
                </vue-slider>
            </div>
            <div class="poecs">
                <span>0%</span>
@@ -124,4 +124,3 @@
    text-align: right;
}
</style>