Files
PropertyDeployment/resources/Web/MicroCommunityIotWeb/html/components/car/parkingAreaControlCarInout/parkingAreaControlCarInout.html
2025-12-09 20:22:03 +08:00

10 lines
392 B
HTML

<div class="margin-top">
<div class="row">
<div class="col-md-6">
<img :src="parkingAreaControlCarInoutInfo.inImg" :onerror="imgOnErrorIn()" width="100%" height="350px"/>
</div>
<div class="col-md-6">
<img :src="parkingAreaControlCarInoutInfo.outImg" :onerror="imgOnErrorOut()" width="100%" height="350px"/>
</div>
</div>
</div>