diff --git a/pages/chart/index.wxml b/pages/chart/index.wxml index ea8c9ed..d822d49 100644 --- a/pages/chart/index.wxml +++ b/pages/chart/index.wxml @@ -44,17 +44,16 @@ /> - - + - + diff --git a/pages/chart/index.wxss b/pages/chart/index.wxss index 5c9dd8d..6e3fb0f 100644 --- a/pages/chart/index.wxss +++ b/pages/chart/index.wxss @@ -1,4 +1,13 @@ .chart-box { + width:100%; + height:500rpx; + position: absolute; + top: 200rpx; + bottom: 0; + left: 0; + right: 0; +} +.line-chart-box { width:100%; height:500rpx; position: absolute;