|  | @@ -23,7 +23,7 @@
 | 
	
		
			
				|  |  |  	<!-- 主要操作视图 -->
 | 
	
		
			
				|  |  |  	<viewShell pageType="1" :overChange="overChange" :houseList="houseList" :houseObj="curHouseObj" :curHouseType="curHouseType" @curSpaceChange="curSpaceChange" @curHouseTypeChange="curHouseTypeChange" @curHouseFloorChange="curHouseFloorChange"></viewShell>
 | 
	
		
			
				|  |  |  	
 | 
	
		
			
				|  |  | -	<div v-show="showLables && gltf.text.length>0" v-for="(gltf,index) in lableItem" :key="index" class="word-view"
 | 
	
		
			
				|  |  | +	<div v-show="showLables && gltf.text.length>0 && gltf.transform" v-for="(gltf,index) in lableItem" :key="index" class="word-view"
 | 
	
		
			
				|  |  |  	:style="{'transform':gltf.transform}" @click="goRoam(gltf)">
 | 
	
		
			
				|  |  |  		<div v-if="styleType==2" user-select="false" :class="['number-view ',(index+1)>9?'number-more':'',currentChangeSpaceId==gltf.spaceId?' active':'']">{{gltf.spaceIndex+1}}</div>
 | 
	
		
			
				|  |  |  		<div v-else user-select="false" class="word" :class="currentChangeSpaceId==gltf.spaceId?'active':''">{{gltf.text}}></div>
 |