|
@@ -128,7 +128,9 @@
|
|
|
<div class="map-max-for-center-min-left"></div>
|
|
|
<div class="map-max-for-center-min-center"
|
|
|
:class="bigItem.type == 2?'for-map-box-one':(bigItem.type == 1?'for-map-box':(bigItem.type == 3?'for-map-box-two':''))">
|
|
|
- <div class="min-text-box" v-if="bigItem.type==1">{{bigItem.roomNum}}</div>
|
|
|
+ <div class="min-text-box"
|
|
|
+ :style="'line-height:'+(bigItem.h-4)+'px;height:'+(bigItem.h-4)+'px;'"
|
|
|
+ v-if="bigItem.type==1">{{bigItem.roomNum}}</div>
|
|
|
<div v-if="bigItem.type == 1"
|
|
|
:class="minItem.toward=='top'?'center-move-door-p-t':(minItem.toward=='bottom'?'center-move-door-p-b':(minItem.toward=='left'?'center-move-door-p-l':(minItem.toward=='right'?'center-move-door-p-r':'')))"
|
|
|
v-for="(minItem,minIndex) in bigItem.doorList" :key="minIndex"
|
|
@@ -179,7 +181,9 @@
|
|
|
<div class="map-max-for-center-min-left"></div>
|
|
|
<div class="map-max-for-center-min-center"
|
|
|
:class="item.type == 2?'for-map-box-one':(item.type == 1?'for-map-box':(item.type == 3?'for-map-box-two':''))">
|
|
|
- <div class="min-text-box" v-if="item.type==1">{{item.roomNum}}</div>
|
|
|
+ <div class="min-text-box"
|
|
|
+ :style="'line-height:'+(item.h-4)+'px;height:'+(item.h-4)+'px;'"
|
|
|
+ v-if="item.type==1">{{item.roomNum}}</div>
|
|
|
<div v-if="item.type == 1"
|
|
|
:class="minItem.toward=='top'?'center-move-door-p-t':(minItem.toward=='bottom'?'center-move-door-p-b':(minItem.toward=='left'?'center-move-door-p-l':(minItem.toward=='right'?'center-move-door-p-r':'')))"
|
|
|
v-for="(minItem,minIndex) in item.doorList" :key="minIndex"
|
|
@@ -363,7 +367,9 @@
|
|
|
<div class="map-max-for-center-min-left"></div>
|
|
|
<div class="map-max-for-center-min-center"
|
|
|
:class="item.type == 2?'for-map-box-one':(item.type == 1 &&item.checkType?'for-map-box-three':(item.type == 3?'for-map-box-two':(item.type == 1?'for-map-box':'')))">
|
|
|
- <div class="min-text-box" v-if="item.type==1">{{item.roomNum}}</div>
|
|
|
+ <div class="min-text-box"
|
|
|
+ :style="'line-height:'+(item.h-4)+'px;height:'+(item.h-4)+'px;'"
|
|
|
+ v-if="item.type==1">{{item.roomNum}}</div>
|
|
|
<div v-if="item.type == 1"
|
|
|
:class="minItem.toward=='top'?'center-move-door-p-t':(minItem.toward=='bottom'?'center-move-door-p-b':(minItem.toward=='left'?'center-move-door-p-l':(minItem.toward=='right'?'center-move-door-p-r':'')))"
|
|
|
v-for="(minItem,minIndex) in item.doorList" :key="minIndex"
|
|
@@ -1438,7 +1444,6 @@
|
|
|
word-break:break-all;
|
|
|
overflow: hidden;
|
|
|
z-index:999;
|
|
|
- margin:30% 0 0 0;
|
|
|
font-size:14px;
|
|
|
line-height:20px;
|
|
|
}
|
|
@@ -1624,7 +1629,6 @@
|
|
|
word-break:break-all;
|
|
|
overflow: hidden;
|
|
|
z-index:999;
|
|
|
- margin:30% 0 0 0;
|
|
|
font-size:14px;
|
|
|
line-height:20px;
|
|
|
}
|
|
@@ -1819,7 +1823,6 @@
|
|
|
word-break:break-all;
|
|
|
overflow: hidden;
|
|
|
z-index:999;
|
|
|
- margin:30% 0 0 0;
|
|
|
font-size:14px;
|
|
|
line-height:20px;
|
|
|
}
|