This commit is contained in:
熊成强 2020-11-06 16:01:43 +08:00
parent abaa857ba7
commit 1342fb28a9

View File

@ -44,8 +44,8 @@
v-for="(j,indexJ) in handleFilter(i.detailDtos)"
:key="indexJ"
>
<div style="width:30%"><i style="margin-right:6px;" class="my-handle el-icon-s-operation"></i>{{j.target}}</div>
<pre style="width:30%">{{j.keyResult}}</pre>
<div style="width:30%" class="my-handle"><i style="margin-right:6px;" class=" el-icon-s-operation"></i>{{j.target}}</div>
<div style="width:30%"><pre >{{j.keyResult}}</pre></div>
<div style="width:30%">{{ Math.round((j.checkWeight * 100)*1000)/1000}}%</div>
<div style="width:10%">
<el-button
@ -381,8 +381,9 @@ export default {
}
&-content{
display: flex;
align-items: center;
height: 60px;
padding: 20px 0;
// align-items: center;
// height: 60px;
border-bottom: 1px solid @borderColor;
justify-content: space-between;
div{