Browse Source

保持分数框个数的一致性

Michael Wang 4 years ago
parent
commit
82932af8d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/features/mark/MarkBoardMouse.vue

+ 2 - 2
src/features/mark/MarkBoardMouse.vue

@@ -122,8 +122,8 @@ export default defineComponent({
   border: 1px solid grey;
 }
 .single-score {
-  width: 30px;
-  height: 30px;
+  width: 29px;
+  height: 29px;
   display: grid;
   place-content: center;