6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
|
/* components/bar-chart/index.wxss */
|
||
|
.chart_canvas{
|
||
|
height: 500rpx;
|
||
|
width: 100%;
|
||
|
|
||
|
}
|