Authored by wangtao

弹框宽度调整

@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 effect="light" 7 effect="light"
8 placement="top-start"> 8 placement="top-start">
9 <template #content> 9 <template #content>
10 - 以图标方式展示每个场景的拨测结果,颜色代表拨测结果 <br/> 10 + 展示每个场景的拨测结果,颜色代表拨测结果 <br/>
11 红色:拨测结果 < 70%; 橙色:70% <= 拨测结果 < 90% ; 蓝色:90% <= 拨测结果 < 100% ; 绿色:拨测结果 = 100% 11 红色:拨测结果 < 70%; 橙色:70% <= 拨测结果 < 90% ; 蓝色:90% <= 拨测结果 < 100% ; 绿色:拨测结果 = 100%
12 </template> 12 </template>
13 <i class="iconfont icon-tishi" /> 13 <i class="iconfont icon-tishi" />
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
20 </div> 20 </div>
21 <el-divider/> 21 <el-divider/>
22 <div class="d-flex" > 22 <div class="d-flex" >
23 - <div style="width: 300px;text-align: center;color: #666666;font-size: 18px">汇总信息</div> 23 + <div style="width: 200px;text-align: center;color: #666666;font-size: 18px">汇总信息</div>
24 <div> 24 <div>
25 <div class="d-flex align-left"> 25 <div class="d-flex align-left">
26 <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"> 26 <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px">
@@ -153,7 +153,7 @@ export default { @@ -153,7 +153,7 @@ export default {
153 let title = `${row.faultBody}${row.faultNo})诊断报告`; 153 let title = `${row.faultBody}${row.faultNo})诊断报告`;
154 let configId = row.faultconfid; 154 let configId = row.faultconfid;
155 // 设置相信信息 155 // 设置相信信息
156 - proxy.$global.openBlankWindow(`/vue3/index.html#/fault/result/faultDetail?faultNo=${row.faultNo}&faultTitle=${title}&configId=${configId}`) 156 + proxy.$global.openBlankWindow(`/vue3/index.html#/fault/result/faultDetail?faultNo=${row.faultNo}&faultTitle=${title}&configId=${configId}`,"90%","90%")
157 }, 157 },
158 render: function (row) { 158 render: function (row) {
159 return `<span style="text-decoration: underline;color: blue;">${row.faultBody}</span>` 159 return `<span style="text-decoration: underline;color: blue;">${row.faultBody}</span>`