diff --git a/src/apps/AppGridManagement/Map.vue b/src/apps/AppGridManagement/Map.vue index d67c6a08..0b64d3c0 100644 --- a/src/apps/AppGridManagement/Map.vue +++ b/src/apps/AppGridManagement/Map.vue @@ -282,10 +282,10 @@ ai-tree-picker { justify-content: space-between; line-height: 44px; color: #333; - position: fixed; - top: 0; - left: 0; - z-index: 999; + // position: fixed; + // top: 0; + // left: 0; + // z-index: 999; .grid-select__right { display: flex; @@ -309,7 +309,7 @@ ai-tree-picker { .map-content { width: 100%; - height: 100%; + height: calc(100% - 115px); } .popup {