@ -40,10 +40,9 @@
< div id = "leftDiv" class = 'functionalDomainLeft publicCss' [ ngClass ] = " { ' togglePanel ' : toggleExpandPanel = =true}" style = "user-select: none;" >
<!-- 平面图 -->
< div class = "planarGraph" >
< div class = "planarGraphHeader" >
<!-- <label class="overflowText">楼层/区域</label> -->
< img src = "../../../assets/images/处置预案.png" >
< / div >
< div class = "planarGraphHeader" >
< img src = "../../../assets/images/处置预案.png" >
< / div >
< div >
< div style = "background-color: #2399f1;" class = "sitePlanContent" * ngFor = "let item of sitePlanData;let key = index" [ ngClass ] = " { ' isRefugeStorey ' :item . isRefugeStorey = =true,'selectSitePlan': selectSitePlanIndex = =key}" ( click ) = ' selectSitePlan ( item , key ) ' >
< label class = "overflowText" style = "font-size: 18px;" > {{item.name}}< / label >
@ -166,7 +165,7 @@
< p style = "width: 40%;display: inline-block;" > {{item.PropertyName}}< / p >
< span style = "width: 26%;text-align:right;font-size: 13px;" > {{imagesArr.length ? imagesArr.length : 0}} / {{item.PropertyValue}}< / span >
< div style = "position: relative;;width: 89 %;border:1px solid rgb(208, 211, 214);height: 140px;margin: 6px auto;" class = "swiper-container" >
< div style = "position: relative;;width: 85 %;border:1px solid rgb(208, 211, 214);height: 140px;margin: 6px auto;" class = "swiper-container" >
< div id = "viewerjs" class = "swiper-wrapper" [ ngClass ] = " { ' noImgCss ' : imagesArr . length = = 0 } " >
< div class = "swiper-slide" style = "text-align: center;" * ngFor = "let img of imagesArr" > < img [ src ] = " img . PropertyValue + ' ? x-oss-process = image/resize,m_fixed,h_140,w_140'" alt = "" [ attr . data-original ] = " img . PropertyValue " > < / div >
< / div >