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>
 
 <style>
+.mini-map-container {
+  border: 1px dotted grey;
+}
+
 .mini-map-container .ant-spin-container > div {
   width: 100% !important;
 }