Forráskód Böngészése

缩略图隐藏特殊标记

Michael Wang 4 éve
szülő
commit
de836e0d07
1 módosított fájl, 4 hozzáadás és 0 törlés
  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>