18 lines
279 B
CSS
18 lines
279 B
CSS
|
|
/* 图表面板 */
|
||
|
|
.chart-panel {
|
||
|
|
margin-bottom: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chart-panel:last-child {
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chart-panel-title {
|
||
|
|
font-size: 13px;
|
||
|
|
font-weight: 600;
|
||
|
|
color: rgba(0, 0, 0, 0.88);
|
||
|
|
margin-bottom: 12px;
|
||
|
|
padding-left: 8px;
|
||
|
|
border-left: 3px solid #1677ff;
|
||
|
|
}
|