|
@@ -92,16 +92,10 @@
|
|
|
<span v-if="item.equipmentType == 10">应急灯</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="item_center">
|
|
|
- {{ item.position }}
|
|
|
- </div>
|
|
|
<div class="item_down">
|
|
|
<div class="item_down_left">
|
|
|
{{ item.siteName }}
|
|
|
</div>
|
|
|
- <div class="item_down_right">
|
|
|
- {{ item.personInChargeName }}
|
|
|
- </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<template #right>
|
|
@@ -300,31 +294,18 @@ html {
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
}
|
|
|
- .item_center {
|
|
|
- width: 100%;
|
|
|
- font-size: 16px;
|
|
|
- color: #a2a2a2;
|
|
|
- text-align: left;
|
|
|
- padding: 10px 0;
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
.item_down {
|
|
|
overflow: hidden;
|
|
|
width: 100%;
|
|
|
font-size: 16px;
|
|
|
.item_down_left {
|
|
|
- width: 70%;
|
|
|
+ width: 100%;
|
|
|
float: left;
|
|
|
color: #000000;
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
- .item_down_right {
|
|
|
- width: 30%;
|
|
|
- text-align: center;
|
|
|
- float: left;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|