企标评分-详情-防止图标被覆盖

This commit is contained in:
zyn
2023-11-10 09:25:12 +08:00
parent 596d79c311
commit 4827328ba1
@@ -46,14 +46,17 @@
</el-table-column>
<el-table-column prop="targetScore" label="指标分值" width="165">
<template slot-scope="scope">
<el-col :span="20">
<el-rate
v-model="scope.row.targetScore"
@change="targetScoreChange(scope.row)"
allow-half>
</el-rate>
<el-col>
<div style="display: flex">
<el-rate
v-model="scope.row.targetScore"
@change="targetScoreChange(scope.row)"
allow-half>
</el-rate>
<b style="color: #ff9900">{{ scope.row.targetScore * 2 }}</b>
</div>
</el-col>
<b style="margin-top: 5px;margin-left: -2%;color: #ff9900">{{ scope.row.targetScore * 2 }}</b>
<!--<b style="margin-top: 5px;margin-left: -2%;color: #ff9900">{{ scope.row.targetScore * 2 }}</b>-->
</template>
</el-table-column>
<el-table-column property="reason" label="简述理由">