From 8ab1fa8125f019421afb6bf69843c467990cd75d Mon Sep 17 00:00:00 2001 From: limqhz <540344226@qq.com> Date: Sat, 11 Feb 2023 13:44:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chart/index.wxml | 5 ++--- pages/chart/index.wxss | 9 +++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) 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;