设备监控=>PCS、BMS总览、BMS电池簇页面,单站监控首页页面样式调整
This commit is contained in:
@ -40,6 +40,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
class-name="alarm-content"
|
||||
prop="alarmContent"
|
||||
label="告警内容">
|
||||
</el-table-column>
|
||||
@ -137,11 +138,23 @@ export default {
|
||||
border-bottom: none;
|
||||
}
|
||||
.warning-status{
|
||||
color:red;
|
||||
color:#FC6B69;
|
||||
&::before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
background-color: #FC6B69;
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
.table-head{
|
||||
color:#515a6e;
|
||||
}
|
||||
.alarm-content{
|
||||
color:#333333;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user