瀏覽代碼

一行谱大小调整

黄琪勇 11 月之前
父節點
當前提交
1de56484f7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();