소스 검색

Merge branch '2023-9-5_简谱和节奏'

liushengqiang 1 년 전
부모
커밋
f81e2923c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pc/home/index.tsx

+ 1 - 1
src/pc/home/index.tsx

@@ -2517,7 +2517,7 @@ export default defineComponent({
 							</NPopover>
 
 							<div
-								class={styles.topBtn}
+								class={[styles.topBtn, abcData.abc.isrhythm === "rhythm" && styles.btnDisabled]}
 								onClick={() => {
 									popup.jianpuShow = true;
 								}}