This repository has been archived on 2022-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
AriaNg/src/styles/controls/chart.css
2016-07-05 01:32:09 +08:00

36 lines
493 B
CSS

/* chart */
.chart-popover {
max-width: 320px;
}
.chart-popover .popover-content {
padding: 0;
}
.chart-pop-wrapper {
padding-left: 4px;
padding-right: 4px;
overflow-x: hidden;
}
.chart-pop {
display: table;
}
.chart-pop .loading {
width: 100%;
height: 100%;
display: table-cell;
text-align: center;
vertical-align: middle;
}
.global-status-chart {
width: 312px;
height: 200px;
}
.task-status-chart-wrapper {
overflow-x: hidden;
}