Browse Source

缩略图隐藏特殊标记

Michael Wang 4 years ago
parent
commit
de836e0d07
1 changed files with 4 additions and 0 deletions
  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>