diff --git a/web/src/components/Home/Map.vue b/web/src/components/Home/Map.vue index 05ff0b4..9acf054 100644 --- a/web/src/components/Home/Map.vue +++ b/web/src/components/Home/Map.vue @@ -177,6 +177,7 @@ export default { :deep(.ant-modal-root .ant-modal-mask) { background-color: #000 !important; } + :deep(.modal.ant-modal) { width: 68% !important; height: 80% !important; @@ -195,7 +196,7 @@ export default { width: 96%; margin: auto; box-shadow: none; - background: transparent; + background: transparent!important; .ant-modal-close { position: absolute; right: 0;