This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cyber-narrator-cn-ui/src/assets/css/components/views/charts2/panel.scss

148 lines
3.3 KiB
SCSS

.panel-box2.panel-box2--entity-detail {
height: 100%;
.chart-list {
height: 100%;
&>.vue-grid-layout {
margin-top: 0;
}
}
}
.panel-box2 {
height: calc(100% - 20px);
.panel__header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
.panel__title {
font-size: 24px;
line-height: 24px;
font-weight: 900;
//color: #353636;
color: $--text-color-1;
display:flex;
.score {
.circle-icon {
border-radius: 3px;
width: 6px;
height: 6px;
margin-left: 10px;
margin-right: 4px;
}
.data-score-red {
background: #E26154;
}
.data-score-yellow {
background: #E5A219;
}
.data-score-green {
background: #749F4D;
}
height:24px;
font-size: 12px;
color: #353636;
font-weight: 500;
margin-left:8px;
padding-right:13px;
background: #F7F7F7;
border: 1px solid #E2E5EC;
box-shadow: 0 2px 4px 0 rgba(51,51,51,0.02);
border-radius: 4px;
display:flex;
align-items: center;
justify-content: center;
}
.panel-show-detail {
width: 18px;
height: 24px;
line-height: 24px;
margin-left: 10px;
margin-top: 2px;
display: flex;
align-items: center;
i {
font-size: 18px;
cursor: pointer;
color: #626262;
font-weight: 500;
}
}
}
.panel__tools {
display: flex;
&>.el-select {
width: 162px !important;
margin-right: 10px;
.select-prefix {
font-size: 14px;
color: #999;
padding: 0 6px 0 3px;
}
.el-input__inner {
font-size: 14px;
color: #353636;
background-color: #FFFFFF;
}
}
.panel__time {
display: flex;
}
.el-select__wrapper {
height: 28px !important;
min-height: 20px !important;
padding: 5px 7px 4px 5px !important;
.el-select__prefix {
.select-prefix {
margin-right: -5px !important;
}
}
.el-select__suffix {
.el-icon {
margin-left: -17px !important;
margin-top: -2px !important;
}
}
}
}
}
.chart-list {
height: calc(100% - 68px);
overflow: auto;
&>.vue-grid-layout {
margin-top: -20px;
.header__operation--cancel:hover,.el-button:hover,.app-card-title-more-delete:hover {
background: #EBF1F4;
border: 1px solid rgba(0,0,0,0.15);
}
.header__operation--cancel:active,.el-button:active,.app-card-title-more-delete:active {
background: #E0E7EA;
border: 1px solid rgba(0,0,0,0.15);
}
.header__operation--save:hover {
background: #57B8D9;
}
.header__operation--save:active {
background: #31A5CD;
}
}
}
}
.panel-tooltip {
height: 28px !important;
padding: 6px 10px 8px 10px !important;
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
font-family: NotoSansSChineseRegular;
font-size: 12px;
color: #353636;
font-weight: 400;
margin-top: -2px !important;
}