Michael Wang před 4 roky
rodič
revize
afdd89e235
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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;
 }