diff --git a/src/layouts/Header/index.less b/src/layouts/Header/index.less index 4957f961f75d1de17fb104f8d93d1bdde4068f0a..b4c2a6f20f7578fa6c51a683a60cae89e7576c51 100644 --- a/src/layouts/Header/index.less +++ b/src/layouts/Header/index.less @@ -3,7 +3,7 @@ justify-content: space-between; align-items: flex-end; height: 90px; - padding: 0 70px; + padding: 0 31px; position: relative; .title { diff --git a/src/pages/SecurityServiceOverview/components/MapCantainer/DistrictMap/index.less b/src/pages/SecurityServiceOverview/components/MapCantainer/DistrictMap/index.less index 08c13f69d476426be8ab0ac90c2d0b4fa4e4582e..0baaeda7fc747d7abafefdf666b6b586125279f2 100644 --- a/src/pages/SecurityServiceOverview/components/MapCantainer/DistrictMap/index.less +++ b/src/pages/SecurityServiceOverview/components/MapCantainer/DistrictMap/index.less @@ -25,10 +25,10 @@ top: 10px; right: 10px; // width: 625px; - padding: 20px 20px; + padding: 20px; z-index: 997; - width: 300px; + width: 215px; border-radius: 10px; background: rgba(12, 60, 112, 0.7); // display: flex; diff --git a/src/pages/SecurityServiceOverview/components/MapCantainer/index.tsx b/src/pages/SecurityServiceOverview/components/MapCantainer/index.tsx index 96ee445e7844240e363806108254030701b51d3e..c01b4808168d6b6cf52ef4359d8a151ed266b3ff 100644 --- a/src/pages/SecurityServiceOverview/components/MapCantainer/index.tsx +++ b/src/pages/SecurityServiceOverview/components/MapCantainer/index.tsx @@ -6,11 +6,11 @@ import styles from './index.less'; const MapContainer = () => { const [topKey, setTopKey] = useState('1'); const botItems = [ - { - key: '1', - img: require('@/assets/images/cssktab.png'), - onclick: () => {}, - }, + // { + // key: '1', + // img: require('@/assets/images/cssktab.png'), + // onclick: () => {}, + // }, { key: '2', img: require('@/assets/images/aqyztTab.png'),