Michael Wang преди 4 години
родител
ревизия
afdd89e235
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      src/features/mark/MinimapModal.vue

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

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