Browse Source

缩略图:隐藏回评、打回标记

Michael Wang 4 years ago
parent
commit
1f2d1b72db
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/features/mark/MinimapModal.vue

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

@@ -67,6 +67,10 @@ const close = () => {
   border: 1px dotted grey;
   border: 1px dotted grey;
 }
 }
 
 
+.mini-map-container div div:not(.single-image-container) {
+  display: none;
+}
+
 .mini-map-container .ant-spin-container > div {
 .mini-map-container .ant-spin-container > div {
   width: 100% !important;
   width: 100% !important;
 }
 }