|
@@ -208,9 +208,6 @@ export default defineComponent({
|
|
|
class={[styles.controls, props.showModel ? '' : styles.hide]}
|
|
|
onClick={(e: Event) => {
|
|
|
e.stopPropagation();
|
|
|
- }}
|
|
|
- onTouchmove={(e: TouchEvent) => {
|
|
|
- e.stopPropagation();
|
|
|
}}>
|
|
|
<div class={styles.time}>
|
|
|
<div>{getSecondRPM(data.currentTime)}</div>
|