Преглед изворни кода

缩略图隐藏特殊标记

Michael Wang пре 4 година
родитељ
комит
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>