Explorar el Código

一行谱大小调整

黄琪勇 hace 11 meses
padre
commit
1de56484f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/view/music-score/index.tsx

+ 1 - 1
src/view/music-score/index.tsx

@@ -148,7 +148,7 @@ export default defineComponent({
 			await osmd.load(musicData.score);
 			// 对外暴露 一行谱时候 缩小谱面
 			if(state.isSimplePage){
-				state.zoom = 0.6
+				state.zoom = 0.5
 			}
 			osmd.zoom = state.zoom;
 			osmd.render();