소스 검색

Update index.tsx

lex 2 년 전
부모
커밋
d94c61f9f5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/music/component/song/index.tsx

+ 2 - 1
src/views/music/component/song/index.tsx

@@ -129,7 +129,8 @@ export default defineComponent({
                 name={IconMore}
                 size={18}
                 style={{ marginLeft: '12px  ' }}
-                onClick={() => {
+                onClick={(e: MouseEvent) => {
+                  e.stopPropagation()
                   isMore.value = true
                   moreData.value = n
                 }}