Browse Source

节奏模式,禁用简谱

liushengqiang 1 year ago
parent
commit
75d27de603
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pc/home/index.tsx

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

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