Browse Source

评测小节得分UI修改

TIANYONG 7 months ago
parent
commit
9e7114fb24

+ 1 - 1
osmd-extended

@@ -1 +1 @@
-Subproject commit a9750e2d69cdef62c365035e86f131586a25aa69
+Subproject commit d38f84a71bd007582ff14d17c5cb247c3978dc9a

+ 2 - 2
src/view/evaluating/evaluatResult.ts

@@ -33,7 +33,7 @@ export const leveByScoreMeasureIcons = [
 	{
 		icon: scoreIcon.good,
 		text: "good",
-		color: "#FF958B",
+		color: "#14C187",
 	},
 	{
 		icon: scoreIcon.great,
@@ -43,7 +43,7 @@ export const leveByScoreMeasureIcons = [
 	{
 		icon: scoreIcon.perfect,
 		text: "perfect",
-		color: "#516AFF",
+		color: "#90A0FF",
 	},
 ];
 

File diff suppressed because it is too large
+ 0 - 0
src/view/evaluating/scoreIcon.json


+ 2 - 2
src/view/selection/index.module.less

@@ -86,7 +86,7 @@
     left: 80%;
     top: -120%;
     transform: translateX(-50%);
-    font-size: 16px;
+    font-size: 18px;
     font-family: "Roboto", sans-serif;
     font-weight: bold;
     display: flex;
@@ -95,7 +95,7 @@
     transition: all .8s;
 
     img {
-        height: 30px;
+        height: 43px;
     }
 }
 

Some files were not shown because too many files changed in this diff