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

Loading…
Cancel
Save