96 lines
2.2 KiB
SCSS
96 lines
2.2 KiB
SCSS
.panel-box2 {
|
|
height: calc(100% - 20px);
|
|
.panel__header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 20px;
|
|
padding: 0 20px 20px;
|
|
|
|
.panel__title {
|
|
font-size: 24px;
|
|
line-height: 24px;
|
|
font-weight: 900;
|
|
color: #353636;
|
|
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__tools {
|
|
display: flex;
|
|
|
|
&>.el-select {
|
|
width: 162px;
|
|
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: #F5F8FA;
|
|
}
|
|
.common-select {
|
|
top: 32px !important;
|
|
}
|
|
}
|
|
.panel__time {
|
|
display: flex;
|
|
}
|
|
}
|
|
}
|
|
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|