Commit a8481f89 authored by 陈明豪's avatar 陈明豪

bug修改

parent 004373d6
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12" height="12" viewBox="0 0 12 12"><defs><style>.a{fill:none;}.b{isolation:isolate;clip-path:url(#a);}.c{fill:#333;}</style><clipPath id="a"><rect class="a" x="1" y="1" width="12" height="12"/></clipPath></defs><g class="b" transform="translate(-1 -1)"><path class="c" d="M175.909,220.487l3.792,3.686-.852.828-5.247-5.1,5.247-5.1.852.828-3.792,3.686H185.6v1.171Z" transform="translate(-172.602 -212.901)"/></g></svg>
\ No newline at end of file
...@@ -70,16 +70,17 @@ ...@@ -70,16 +70,17 @@
<!--反向选择--> <!--反向选择-->
<el-button <el-button
v-hasPermi="['system:manage:export']" v-hasPermi="['system:manage:export']"
class="fourWordsBtn" class="fourWordswhiteBtn"
icon="el-icon-back"
size="mini" size="mini"
@click="reverseSelect" @click="reverseSelect"
>反向选择 >
<svg-icon icon-class="shuaixuan_icon_fanxiang" />
反向选择
</el-button> </el-button>
<!--批量导出--> <!--批量导出-->
<el-button <el-button
v-hasPermi="['system:pets:export']" v-hasPermi="['system:pets:export']"
class="fourWordsBtn" class="fourWordswhiteBtn"
size="mini" size="mini"
:loading="exportLoading" :loading="exportLoading"
@click="handleExport" @click="handleExport"
......
<template> <template>
<div> <div>
<div v-if="value >= 0" class="upPercentDiv"> <div v-if="value >= 0" class="upPercentDiv">
+{{ value || 0 }}% <img src="../../../assets/data_statistics/caiwu_icon_sheng.png" height="12" width="8"> <span v-if="value > 0">+</span>{{ value || 0.0 }}% <img v-if="value > 0" src="../../../assets/data_statistics/caiwu_icon_sheng.png" height="12" width="8">
</div> </div>
<div v-else class="downPercentDiv"> <div v-else class="downPercentDiv">
{{ value || 0 }}% <img src="../../../assets/data_statistics/caiwu_icon_zjiang.png" height="12" width="8"> {{ value || 0.0 }}% <img src="../../../assets/data_statistics/caiwu_icon_zjiang.png" height="12" width="8">
</div> </div>
</div> </div>
</template> </template>
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
font-size: 12px; font-size: 12px;
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
font-weight: bold; font-weight: bold;
color: #5FB54B; color: #DB4747;
text-align: right; text-align: right;
} }
.downPercentDiv { .downPercentDiv {
...@@ -38,7 +38,7 @@ export default { ...@@ -38,7 +38,7 @@ export default {
font-size: 12px; font-size: 12px;
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
font-weight: bold; font-weight: bold;
color: #DB4747; color: #5FB54B;
text-align: right; text-align: right;
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment