优化
This commit is contained in:
parent
abaa857ba7
commit
1342fb28a9
@ -44,8 +44,8 @@
|
|||||||
v-for="(j,indexJ) in handleFilter(i.detailDtos)"
|
v-for="(j,indexJ) in handleFilter(i.detailDtos)"
|
||||||
:key="indexJ"
|
:key="indexJ"
|
||||||
>
|
>
|
||||||
<div style="width:30%"><i style="margin-right:6px;" class="my-handle el-icon-s-operation"></i>{{j.target}}</div>
|
<div style="width:30%" class="my-handle"><i style="margin-right:6px;" class=" el-icon-s-operation"></i>{{j.target}}</div>
|
||||||
<pre style="width:30%">{{j.keyResult}}</pre>
|
<div style="width:30%"><pre >{{j.keyResult}}</pre></div>
|
||||||
<div style="width:30%">{{ Math.round((j.checkWeight * 100)*1000)/1000}}%</div>
|
<div style="width:30%">{{ Math.round((j.checkWeight * 100)*1000)/1000}}%</div>
|
||||||
<div style="width:10%">
|
<div style="width:10%">
|
||||||
<el-button
|
<el-button
|
||||||
@ -381,8 +381,9 @@ export default {
|
|||||||
}
|
}
|
||||||
&-content{
|
&-content{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
padding: 20px 0;
|
||||||
height: 60px;
|
// align-items: center;
|
||||||
|
// height: 60px;
|
||||||
border-bottom: 1px solid @borderColor;
|
border-bottom: 1px solid @borderColor;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
div{
|
div{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user