Преглед изворни кода

节奏模式,禁用简谱

liushengqiang пре 1 година
родитељ
комит
75d27de603
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/pc/home/index.tsx

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

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