Ver Fonte

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

liushengqiang há 1 ano atrás
pai
commit
f81e2923c6
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
 								}}