|
@@ -4,6 +4,7 @@ import Tick from '/src/components/tick'
|
|
|
import state from '/src/pages/detail/state'
|
|
|
import { getDuration } from '/src/pages/detail/helpers'
|
|
|
import runtime, * as RunTimeUtils from '/src/pages/detail/runtime'
|
|
|
+import styles from './index.module.less'
|
|
|
|
|
|
export default defineComponent({
|
|
|
name: 'DetailTick',
|
|
@@ -31,6 +32,7 @@ export default defineComponent({
|
|
|
render() {
|
|
|
return (this.score && runtime.osmd) || this.show ? (
|
|
|
<Popup
|
|
|
+ class={styles.tickWrap}
|
|
|
show={state.activeTick > -1}
|
|
|
closeable
|
|
|
onClickCloseIcon={() => {
|