From fde8e3bedaf5f883f38c3a0ec33d3c6a8748d1c9 Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期五, 21 六月 2024 18:02:44 +0800 Subject: [PATCH] wfs 范围查询 --- src/App.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/App.vue b/src/App.vue index 49dfd4c..28ee1f1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -41,6 +41,8 @@ .container { width: 100%; height: 100%; + padding: 39px 40px 39px 0px !important; + position: absolute; } .leftMenu { @@ -51,6 +53,7 @@ width: calc(100% - 62px); height: 100%; padding: 0px !important; + border-radius:5px !important ; } .contBox { width: 100%; -- Gitblit v1.9.3