From 6dd67bbd15317c6db5be7e864412ed4ee36938df Mon Sep 17 00:00:00 2001 From: "peng.peng" Date: Mon, 24 Jul 2023 16:41:32 +0800 Subject: [PATCH] =?UTF-8?q?(*)=20gis=E5=BC=B9=E6=A1=86=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- super-screen/client/src/index.js | 2 +- .../client/src/sections/community-safty/containers/gis.js | 2 +- .../client/src/sections/community-safty/containers/gis.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/super-screen/client/src/index.js b/super-screen/client/src/index.js index 4367f4d..c0d1ffc 100644 --- a/super-screen/client/src/index.js +++ b/super-screen/client/src/index.js @@ -4,4 +4,4 @@ import React from 'react'; import { render } from 'react-dom'; import App from './app'; -render((), document.getElementById('App')); \ No newline at end of file +render((), document.getElementById('App')); \ No newline at end of file diff --git a/super-screen/client/src/sections/community-safty/containers/gis.js b/super-screen/client/src/sections/community-safty/containers/gis.js index f7e766c..a53d587 100644 --- a/super-screen/client/src/sections/community-safty/containers/gis.js +++ b/super-screen/client/src/sections/community-safty/containers/gis.js @@ -317,7 +317,7 @@ function Map(props) { let infowindow = new AMap.InfoWindow({ isCustom: true, //使用自定义窗体 - content: `
+ content: `
`, offset: new AMap.Pixel(233, 260) }); diff --git a/super-screen/client/src/sections/community-safty/containers/gis.less b/super-screen/client/src/sections/community-safty/containers/gis.less index 95833af..1dea2d3 100644 --- a/super-screen/client/src/sections/community-safty/containers/gis.less +++ b/super-screen/client/src/sections/community-safty/containers/gis.less @@ -217,7 +217,7 @@ } -.gis-infowindow-alarm { +.cummuntity-gis-infowindow-alarm { background: url('/assets/images/homepage/communtity/alarminfowindow.png') no-repeat; height: 432px; width: 311px;