mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-26 11:36:48 +08:00
10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
.mini-chart{
|
|
position: relative;
|
|
width: 100%;
|
|
.chart-content{
|
|
position: absolute;
|
|
bottom: -28px;
|
|
width: 100%;
|
|
}
|
|
}
|