Browse Source

Merge branch '2023-7-31_合奏'

liushengqiang 1 year ago
parent
commit
67993cd39a

+ 3 - 0
src/pages/detail/tick-popup/index.module.less

@@ -0,0 +1,3 @@
+.tickWrap{
+    --van-popup-close-icon-margin: 16px;
+}

+ 2 - 0
src/pages/detail/tick-popup/index.tsx

@@ -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={() => {