From ff1475685c3108003c06dd9a4b2aca8bfd4d87bd Mon Sep 17 00:00:00 2001 From: nikogu <644506165@qq.com> Date: Tue, 7 Nov 2017 17:01:09 +0800 Subject: [PATCH] Updates --- index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index b8fc42e0..18453d43 100644 --- a/index.css +++ b/index.css @@ -16195,10 +16195,12 @@ th.alignRight___3Y_eb { .mapChart___2HwRk { padding-top: 24px; height: 457px; + text-align: center; } .mapChart___2HwRk img { - width: 100%; - max-height: 457px; + display: inline-block; + max-width: 100%; + max-height: 437px; } .pieCard___2yz7H .pie-stat { font-size: 24px!important; -- GitLab