Преглед на файлове

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;
 								}}