Commit 90a44ddd authored by 李纪文's avatar 李纪文

feat: 视频回放zoom问题

parent caf4269b
......@@ -54,7 +54,7 @@ export default class TimeSlider extends React.Component {
this.hoursPerRuler = this.state.hoursPerRuler || 24; //时间轴显示24小时
this.startTimestamp = moment().startOf('day').valueOf();
this.distanceBetweenGtitle = 80;
this.zoom = 24;
this.zoom = 1;
this.gIsMouseout = false; //拖动mousedown标记
this.gIsMousewheel = false; //拖动mousedown标记
this.gIsMousedown = false; //拖动mousedown标记
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment