Browse Source

优化滑块

master
ltlzx 4 years ago
parent
commit
4d78f01b8c
  1. 9
      src/views/contract/exchange-store.vue

9
src/views/contract/exchange-store.vue

@ -108,8 +108,8 @@
:value="activeStep" :value="activeStep"
@input="sliderChange" @input="sliderChange"
:format-tooltip="tooltip" :format-tooltip="tooltip"
:step="25" :marks="marks"
show-stops
></el-slider> ></el-slider>
<!-- :step="25" --> <!-- :step="25" -->
</div> </div>
@ -225,6 +225,11 @@ export default {
accountInfo: {}, accountInfo: {},
_time: null, _time: null,
unit_amount:0, unit_amount:0,
marks:{
25:'',
50:'',
75:''
}
// margin:"", // margin:"",
}; };
}, },

Loading…
Cancel
Save