blob: 7112c505d320cacdd0bc06ca484ce5a1de0e8255 [file] [log] [blame]
86133aaa3f5d2025-04-20 21:33:29 +08001
2/* *
3 *
4 * @author whiteshader@163.com
5 * @datetime 2021/09/16
6 *
7 * */
8
9
10.card {
11 margin-bottom: 12px;
12}
13
14
15.miniChart {
16 position: relative;
17 width: 100%;
18 .chartContent {
19 position: absolute;
20 bottom: -28px;
21 width: 100%;
22 > div {
23 margin: 0 -5px;
24 overflow: hidden;
25 }
26 }
27 .chartLoading {
28 position: absolute;
29 top: 16px;
30 left: 50%;
31 margin-left: -7px;
32 }
33}