Przeglądaj źródła

保持分数框个数的一致性

Michael Wang 4 lat temu
rodzic
commit
82932af8d5
1 zmienionych plików z 2 dodań i 2 usunięć
  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;