显示名字
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
</div>
|
||||
<div class="box_l1">
|
||||
<div v-for="(e,i) in MixDeviceInfoList.slice(4, 16)" :key="i" class="picbox" @click.stop="getInfo1(e, i)">
|
||||
<span class="hljname">{{e.device_name}}</span>
|
||||
<img v-show="e.device_status === 0" src="../../../images/workshop/hlj_gray.png" alt="">
|
||||
<img v-show="e.device_status === 1" src="../../../images/workshop/hlj_yellow.png" alt="">
|
||||
<img v-show="e.device_status === 2" src="../../../images/workshop/hlj_green.png" alt="">
|
||||
@@ -94,6 +95,7 @@
|
||||
</div>
|
||||
<div class="box_r1">
|
||||
<div v-for="(e,i) in MixDeviceInfoList.slice(0, 4)" :key="i" class="picbox" @click.stop="getInfo2(e, i)">
|
||||
<span class="hljname">{{e.device_name}}</span>
|
||||
<img v-show="e.device_status === 0" src="../../../images/workshop/hlj_gray.png" alt="">
|
||||
<img v-show="e.device_status === 1" src="../../../images/workshop/hlj_yellow.png" alt="">
|
||||
<img v-show="e.device_status === 2" src="../../../images/workshop/hlj_green.png" alt="">
|
||||
@@ -495,4 +497,18 @@ export default {
|
||||
transform rotateY(0)
|
||||
.top1
|
||||
top 100%
|
||||
.hljname
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
// color: #0ff;
|
||||
// color #78b1de
|
||||
color #f96700
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
transform: rotate(270deg);
|
||||
float left
|
||||
margin-right 130px;
|
||||
position absolute
|
||||
top -5%;
|
||||
left 63%
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user