提取公共的表格样式 新增故障告警页面
This commit is contained in:
@ -86,3 +86,27 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//公共表格样式
|
||||
.common-table.el-table{
|
||||
color:#333333;
|
||||
.el-table__header-wrapper th, .el-table__fixed-header-wrapper th {
|
||||
background: #f1f5fc;
|
||||
border-bottom: none;
|
||||
.table-head {
|
||||
color: #515a6e;
|
||||
}
|
||||
}
|
||||
.warning-status{
|
||||
color:#FC6B69;
|
||||
&.circle::before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
background-color: #FC6B69;
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user