Commit 5fffa8a9 by ningjihai

首页

parent 686016df
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</el-table-column> </el-table-column>
<el-table-column label="预警阈值" align="center" prop="minStockLevel" :show-overflow-tooltip="true" width="200" fixed="right"> <el-table-column label="预警阈值" align="center" prop="minStockLevel" :show-overflow-tooltip="true" width="200" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.minStockLevel }} 件 - {{ scope.row.maxStockLevel }} <span class="color-blue">{{ scope.row.minStockLevel }}</span> 件 - <span class="color-blue">{{ scope.row.maxStockLevel }}</span>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -283,6 +283,9 @@ export default { ...@@ -283,6 +283,9 @@ export default {
.color-orange { .color-orange {
color: rgba(255, 141, 26, 1); color: rgba(255, 141, 26, 1);
} }
.color-blue {
color: rgba(76, 127, 244, 1);
}
} }
.chart-container { .chart-container {
height: 100%; height: 100%;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论