liushengqiang 2 years ago
parent
commit
d0e5ed6534

+ 1 - 1
src/page-instrument/evaluat-model/index.module.less

@@ -22,7 +22,7 @@
   .endBtn{
   .endBtn{
     position: fixed;
     position: fixed;
     left: 50%;
     left: 50%;
-    top: 16px;
+    bottom: 16px;
     width: 120px;
     width: 120px;
     height: 40px;
     height: 40px;
     margin-left: -70px;
     margin-left: -70px;

+ 1 - 1
src/view/fingering/fingering-config.ts

@@ -83,7 +83,7 @@ export const mappingVoicePart = (id: number | string, soruce: "GYM" | "COLEXIU"
 			Piano: 150,
 			Piano: 150,
 			1: 120,
 			1: 120,
 		  }
 		  }
-		return subject[id];
+		return subject[id] || 0;
 	}
 	}
 	return 0;
 	return 0;
 };
 };