Explorar o código

节奏模式,禁用简谱

liushengqiang hai 1 ano
pai
achega
75d27de603
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 								}}