|
|
@ -5,7 +5,7 @@ |
|
|
|
<div v-if="visible" class="dialog_info"> |
|
|
|
<div class="dialog_info_left"> |
|
|
|
<div class="dialog_head"> |
|
|
|
<div class="tit">{{ dialogTit }}</div> |
|
|
|
<div class="tit">{{ device.deviceName }}</div> |
|
|
|
<img class="btnCls" src="@/assets/jihe/images/dialog/ibCls.png" alt="" @click="onClose"> |
|
|
|
<img class="deco" src="@/assets/jihe/images/dialog/ibHeadDeco.png" alt=""> |
|
|
|
</div> |
|
|
@ -45,7 +45,7 @@ |
|
|
|
</div> |
|
|
|
<div class="deviceInfo"> |
|
|
|
<div class="deviceInfo_l">屏幕像素</div> |
|
|
|
<!-- <div class="deviceInfo_r">{{ JSON.parse(device.otherConfig).screenSize }}</div> --> |
|
|
|
<div class="deviceInfo_r">{{ JSON.parse(device.otherConfig).screenSize }} px</div> |
|
|
|
</div> |
|
|
|
<!-- <div class="deviceInfo" v-for="item in tabDataInfoList" :key="item.id"> |
|
|
|
<div class="deviceInfo_l">{{ item.tit }}: </div> |
|
|
@ -347,7 +347,6 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
____getDeviceInfo() { |
|
|
|
console.log(this.device , "this.devicethis.devicethis.devicethis.device") |
|
|
|
this.selectedSize = JSON.parse(this.device.otherConfig).screenSize; |
|
|
|
if(this.tplCategory.length && this.templateAll.length){ |
|
|
|
this.____setAvailableTemplate(); |
|
|
@ -929,7 +928,7 @@ export default { |
|
|
|
} |
|
|
|
|
|
|
|
.infoBtnBox { |
|
|
|
width: 160px; |
|
|
|
width: 110px; |
|
|
|
height: 80px; |
|
|
|
display: flex; |
|
|
|
margin-left: 10px; |
|
|
@ -942,8 +941,8 @@ export default { |
|
|
|
.btn { |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
width: 40px; |
|
|
|
height: 40px; |
|
|
|
width: 30px; |
|
|
|
height: 30px; |
|
|
|
|
|
|
|
&.btnApply { |
|
|
|
background-image: url(~@/assets/jihe/images/button/toLeft.png); |
|
|
|