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

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

@@ -70,6 +70,10 @@ export default defineComponent({
 </script>
 
 <style>
+.mini-map-container {
+  border: 1px dotted grey;
+}
+
 .mini-map-container .ant-spin-container > div {
   width: 100% !important;
 }