|
@@ -10,9 +10,9 @@
|
|
<span>设备信息</span>
|
|
<span>设备信息</span>
|
|
<span>{{ detail.repairerVo?.cameraSnCode }}</span>
|
|
<span>{{ detail.repairerVo?.cameraSnCode }}</span>
|
|
</div>
|
|
</div>
|
|
- <div class="cell border">
|
|
|
|
|
|
+ <div class="cell border remarkDiv">
|
|
<span>检测结果</span>
|
|
<span>检测结果</span>
|
|
- <span>{{ detail.repairRegisterVo?.checkResult }}</span>
|
|
|
|
|
|
+ <div class="remark">{{ detail.repairerVo?.remark }}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="page_top">
|
|
<div class="page_top">
|
|
@@ -103,6 +103,21 @@ const hanldConfirm = async (confirm) => {
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
color: #333333;
|
|
}
|
|
}
|
|
|
|
+ .remarkDiv{
|
|
|
|
+ height: auto;
|
|
|
|
+ padding: 15px;
|
|
|
|
+ align-items: start;
|
|
|
|
+ .remark{
|
|
|
|
+ max-width: calc(100% - 65px);
|
|
|
|
+ // overflow: hidden;
|
|
|
|
+ // text-overflow: ellipsis;
|
|
|
|
+ // width: 100%;
|
|
|
|
+ // display: -webkit-box;
|
|
|
|
+ // -webkit-box-orient: vertical;
|
|
|
|
+ // -webkit-line-clamp: 3;
|
|
|
|
+ // word-break: break-all;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
.page_top {
|
|
.page_top {
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
border-radius: 4px 4px 4px 4px;
|
|
border-radius: 4px 4px 4px 4px;
|
|
@@ -118,6 +133,12 @@ const hanldConfirm = async (confirm) => {
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
align-items: center;
|
|
margin-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
|
|
+ span{
|
|
|
|
+ max-width: 50%;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|