From 498e0d76935219bf601f41b9262215c1b44e819b Mon Sep 17 00:00:00 2001 From: haha Date: Thu, 29 Aug 2024 21:23:52 +0800 Subject: [PATCH] update code --- .../views/device/pitSurveyPoint/surveyPointPositionDrawer.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ruoyi-ui/src/views/device/pitSurveyPoint/surveyPointPositionDrawer.vue b/ruoyi-ui/src/views/device/pitSurveyPoint/surveyPointPositionDrawer.vue index 6d806a1d..b60a4752 100644 --- a/ruoyi-ui/src/views/device/pitSurveyPoint/surveyPointPositionDrawer.vue +++ b/ruoyi-ui/src/views/device/pitSurveyPoint/surveyPointPositionDrawer.vue @@ -101,6 +101,9 @@ .main-div{ margin-bottom: 20px; position: relative; + background-position: center; + background-repeat: no-repeat; + background-size: contain; .pt-item{ position: absolute; cursor: pointer;