From a181fc113d024ed34d6b488c65882961bd1de3f4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 六月 2020 19:00:57 +0800 Subject: [PATCH] 2020-06-02 --- src/tabviews/zshare/cardcomponent/index.scss | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/cardcomponent/index.scss b/src/tabviews/zshare/cardcomponent/index.scss index 097bebe..75c7e06 100644 --- a/src/tabviews/zshare/cardcomponent/index.scss +++ b/src/tabviews/zshare/cardcomponent/index.scss @@ -1,6 +1,7 @@ .card-row-box { min-height: 50px; padding: 0px 10px; + margin-bottom: 15px; .chart-card-box { padding: 0 10px; @@ -218,4 +219,7 @@ } } } + .clear { + clear: both; + } } -- Gitblit v1.8.0