|
@@ -1,5 +1,6 @@
|
|
|
+<!-- 设备设施: 暖通系统 分水器支路分布图, 消防系统 消防泵放引出管路分布图 使用此页面 -->
|
|
|
<template>
|
|
|
- <div class='map-view'>
|
|
|
+ <div class='map-other'>
|
|
|
<van-nav-bar :title="`${floorName}平面图`" @click-left='backPage' @click-right="showLegend">
|
|
|
<template #left>
|
|
|
<van-icon name="arrow-left" size="18" color="#333333" />
|
|
@@ -545,7 +546,7 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
<style lang='less' scoped>
|
|
|
-.map-view {
|
|
|
+.map-other {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
overflow: hidden;
|
|
@@ -625,7 +626,7 @@ export default {
|
|
|
}
|
|
|
// 横屏
|
|
|
@media screen and (orientation: landscape) {
|
|
|
- .map-view {
|
|
|
+ .map-other {
|
|
|
/deep/ .van-nav-bar {
|
|
|
height: 40px;
|
|
|
/deep/ .van-nav-bar__title {
|