5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
|
/* pages/components/pie-chart/index.wxss */
|
||
|
.chart_canvas{
|
||
|
height: 300rpx;
|
||
|
width: 100%;
|
||
|
}
|