Browse Source

图片最大高度 70

dev
巴林闲侠 2 years ago
parent
commit
3d4f5dd823
  1. 2
      web/client/src/sections/quanju/containers/public/olMap.js

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

@ -859,7 +859,7 @@ const OlMap = (props) => {
<Carousel autoplay > <Carousel autoplay >
{ {
r.scenePic?.map(v => <img className='picfileimg' r.scenePic?.map(v => <img className='picfileimg'
style={{ width: 80, display: 'inline-block', }} style={{ width: 80,maxHeight:70, display: 'inline-block', }}
src={ src={
v.startsWith("http") ? v : v.startsWith("http") ? v :
`${localStorage.getItem("qndmn")}/${v}` `${localStorage.getItem("qndmn")}/${v}`

Loading…
Cancel
Save