Browse Source

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

Michael Wang 4 năm trước cách đây
mục cha
commit
1f2d1b72db
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
 }
 
+.mini-map-container div div:not(.single-image-container) {
+  display: none;
+}
+
 .mini-map-container .ant-spin-container > div {
   width: 100% !important;
 }