Michael Wang 4 лет назад
Родитель
Сommit
de836e0d07
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/features/mark/MinimapModal.vue

+ 4 - 0
src/features/mark/MinimapModal.vue

@@ -77,4 +77,8 @@ export default defineComponent({
 .mini-map-container .ant-spin-container > div {
   width: 100% !important;
 }
+
+.mini-map-container .score-container {
+  display: none;
+}
 </style>