From 2abd866b1c54b6f21d920f107ed77e9c5b70f728 Mon Sep 17 00:00:00 2001 From: Runbin Liu <365456507@qq.com> Date: Wed, 31 Oct 2018 16:07:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(Dashboard=20Page):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=94=80=E5=94=AE=E9=A2=9D=E7=B1=BB=E5=88=AB=E5=8D=A0=E6=AF=94?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=BB=84=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20(#2701)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Dashboard/Analysis.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Dashboard/Analysis.less b/src/pages/Dashboard/Analysis.less index 493aeb2f..d9b437cb 100644 --- a/src/pages/Dashboard/Analysis.less +++ b/src/pages/Dashboard/Analysis.less @@ -99,13 +99,13 @@ } .salesCardExtra { - height: 68px; + height: inherit; } .salesTypeRadio { position: absolute; - left: 24px; - bottom: 15px; + right: 54px; + bottom: 12px; } .offlineCard { -- GitLab