zhaobing 1 year ago
parent
commit
c96cf57b37
  1. 6
      web/client/src/sections/quanju/containers/public/olMap.js
  2. 5
      web/client/src/sections/quanju/style.less

6
web/client/src/sections/quanju/containers/public/olMap.js

@ -9,7 +9,7 @@ import { getReportList } from '../../../fillion/actions/patrol'
import AutoRollComponent from '../footer/build/AutoRollComponent'
import { Carousel } from 'antd'
import { CloseOutlined } from '@ant-design/icons'
import '../../style.less'
export const busWillRun = [
{ text: '非运营', value: '0' },
{ text: '运营', value: '1' },
@ -858,8 +858,8 @@ const OlMap = (props) => {
r.scenePic?.length > 0 ?
<Carousel autoplay >
{
r.scenePic?.map(v => <img className='picfileimg'
style={{ width: 80, display: 'inline-block', }}
r.scenePic?.map(v => <img className='picfileimg_'
style={{ width: 80,maxHeight:70,height:70, display: 'inline-block', }}
src={
v.startsWith("http") ? v :
`${localStorage.getItem("qndmn")}/${v}`

5
web/client/src/sections/quanju/style.less

@ -6,3 +6,8 @@
opacity: 0 !important;
}
.picfileimg_ {
width: 80px !important;
height: 70px !important;
}
Loading…
Cancel
Save