Commit 58d06c03 authored by Asjoker's avatar Asjoker

feat: 综合监控-剩余

parent 52996207
This diff is collapsed.
This diff is collapsed.
...@@ -138,10 +138,10 @@ ...@@ -138,10 +138,10 @@
> >
<el-table-column :show-overflow-tooltip="true" label="颜色" width="80" align="center" prop="monitorObject"> <el-table-column :show-overflow-tooltip="true" label="颜色" width="80" align="center" prop="monitorObject">
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.id === '1'" style="cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#b2d48d"></div> <div v-if="scope.row.id === '1'" style="cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#b2d48d" />
<div v-if="scope.row.id === '2'" style="cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#89a3ec"></div> <div v-if="scope.row.id === '2'" style="cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#89a3ec" />
<div v-if="scope.row.id === '3'" style="cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#5fb9c9"></div> <div v-if="scope.row.id === '3'" style="cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#5fb9c9" />
<div v-if="scope.row.id === '4'" style="cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#ec89bc"></div> <div v-if="scope.row.id === '4'" style="cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#ec89bc" />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column type="index" label="名次" width="55" align="center" /> <el-table-column type="index" label="名次" width="55" align="center" />
...@@ -634,7 +634,7 @@ export default { ...@@ -634,7 +634,7 @@ export default {
margin-bottom:10px margin-bottom:10px
} }
.app-container-realTime { .app-container-realTime {
padding: 0px 20px 10px; padding: 0 20px 10px;
font-size: 18px; font-size: 18px;
.equipmentDiv{ .equipmentDiv{
max-height: 200px; max-height: 200px;
......
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