home
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<img v-else src="../../images/1.png" alt="">
|
<img v-else src="../../images/1.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="fl icon" :class="['white', 'blue', 'green', 'yellow', 'red'][Number(e.device_status)]">
|
<div class="fl icon" :class="['white', 'blue', 'green', 'yellow', 'red'][Number(e.device_status) - 1]">
|
||||||
</div>
|
</div>
|
||||||
<div class="fl desc">
|
<div class="fl desc">
|
||||||
<p class="device_name">{{e.deviceName}}</p>
|
<p class="device_name">{{e.deviceName}}</p>
|
||||||
@@ -116,7 +116,6 @@ export default {
|
|||||||
margin-top .08rem
|
margin-top .08rem
|
||||||
.txt
|
.txt
|
||||||
display inline-block
|
display inline-block
|
||||||
width .56rem
|
|
||||||
line-height .4rem
|
line-height .4rem
|
||||||
margin-left .11rem
|
margin-left .11rem
|
||||||
float right
|
float right
|
||||||
@@ -128,7 +127,7 @@ export default {
|
|||||||
.device
|
.device
|
||||||
display inline-block
|
display inline-block
|
||||||
width 1.75rem
|
width 1.75rem
|
||||||
margin .18rem 0rem 0 .19rem
|
margin 0 0 .15rem .19rem
|
||||||
overflow hidden
|
overflow hidden
|
||||||
.device-top
|
.device-top
|
||||||
box-sizing border-box
|
box-sizing border-box
|
||||||
@@ -146,8 +145,8 @@ export default {
|
|||||||
height .76rem
|
height .76rem
|
||||||
.icon
|
.icon
|
||||||
display inline-block
|
display inline-block
|
||||||
width .2rem
|
width .15rem
|
||||||
height .2rem
|
height .15rem
|
||||||
border-radius .1rem
|
border-radius .1rem
|
||||||
margin .1rem .06rem 0 .04rem
|
margin .1rem .06rem 0 .04rem
|
||||||
.desc
|
.desc
|
||||||
|
|||||||
Reference in New Issue
Block a user