Browse Source

Merge branch 'feature-12.23' into ktyq-test-new

TIANYONG 2 months ago
parent
commit
9255b73f4f
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/view/selection/index.module.less

+ 5 - 1
src/view/selection/index.module.less

@@ -83,7 +83,7 @@
 
 .scoreItem {
     position: absolute;
-    left: 80%;
+    left: 60%;
     top: -120%;
     transform: translateX(-50%);
     font-size: 18px;
@@ -97,6 +97,10 @@
     img {
         height: 43px;
     }
+
+    span {
+        margin-top: 5px;
+    }
 }
 
 :global {