2022-03-07 14:59:14 +08:00
|
|
|
.cn-chart-header-button {
|
2022-03-10 14:57:42 +08:00
|
|
|
display: flex;
|
2022-03-08 09:40:56 +08:00
|
|
|
.cn-chart-header-button-group {
|
|
|
|
|
display: flex;
|
|
|
|
|
.el-button {
|
|
|
|
|
border-radius: 0%;
|
|
|
|
|
}
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-08 09:40:56 +08:00
|
|
|
.el-button:hover {
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
border-color: #0091FF;
|
|
|
|
|
}
|
2022-03-07 17:27:55 +08:00
|
|
|
|
2022-03-08 09:40:56 +08:00
|
|
|
.el-button:last-of-type {
|
|
|
|
|
border-radius: 0 2px 2px 0;
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-08 09:40:56 +08:00
|
|
|
}
|
|
|
|
|
.el-button:first-of-type{
|
|
|
|
|
border-radius: 2px 0 0 2px;
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-08 09:40:56 +08:00
|
|
|
}
|
|
|
|
|
.cn-chart-header-button-all {
|
|
|
|
|
border-color: #0091FF;
|
|
|
|
|
color: #0091FF;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
2022-03-07 09:30:17 +08:00
|
|
|
|
2022-03-08 09:40:56 +08:00
|
|
|
.cn-chart-header-button-critical {
|
|
|
|
|
border-color: #0091FF;
|
|
|
|
|
color: #0091FF;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
z-index: 1;
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-08 09:40:56 +08:00
|
|
|
}
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-08 09:40:56 +08:00
|
|
|
.cn-chart-header-button-high {
|
|
|
|
|
border-color: #0091FF;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
color: #0091FF;
|
|
|
|
|
}
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-08 09:40:56 +08:00
|
|
|
.cn-chart-header-button-low {
|
|
|
|
|
border-color: #0091FF;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
color: #0091FF;
|
|
|
|
|
}
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-08 09:40:56 +08:00
|
|
|
.cn-chart-header-button-info {
|
|
|
|
|
border-color: #0091FF;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
color: #0091FF;
|
|
|
|
|
}
|
2022-03-07 14:59:14 +08:00
|
|
|
|
2022-03-08 09:40:56 +08:00
|
|
|
.cn-chart-header-button-medium {
|
|
|
|
|
border-color: #0091FF;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
color: #0091FF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-button--default {
|
|
|
|
|
height: 24px;
|
|
|
|
|
min-height: 24px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
2022-03-07 09:30:17 +08:00
|
|
|
}
|
2022-03-08 09:40:56 +08:00
|
|
|
|
2022-03-10 14:57:42 +08:00
|
|
|
.header__operation-btn {
|
|
|
|
|
margin-left: 12px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
2022-03-07 09:30:17 +08:00
|
|
|
}
|