blob: 7112c505d320cacdd0bc06ca484ce5a1de0e8255 [file] [log] [blame]
/* *
*
* @author whiteshader@163.com
* @datetime 2021/09/16
*
* */
.card {
margin-bottom: 12px;
}
.miniChart {
position: relative;
width: 100%;
.chartContent {
position: absolute;
bottom: -28px;
width: 100%;
> div {
margin: 0 -5px;
overflow: hidden;
}
}
.chartLoading {
position: absolute;
top: 16px;
left: 50%;
margin-left: -7px;
}
}