This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git


The following commit(s) were added to refs/heads/next by this push:
     new 48bd46f  tweak style: add 10px padding to example titles.
48bd46f is described below

commit 48bd46fdbce0407e97e31ed22d2c29f748ad603d
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Thu Nov 19 11:47:37 2020 +0800

    tweak style: add 10px padding to example titles.
---
 src/explore/Explore.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/explore/Explore.vue b/src/explore/Explore.vue
index fff6fcd..89f418f 100644
--- a/src/explore/Explore.vue
+++ b/src/explore/Explore.vue
@@ -225,6 +225,7 @@ $pd-lg: 20px;
 
     h3 {
         margin-bottom: 20px;
+        padding-bottom: 10px;
         border-bottom: 1px solid #ccd3e8;
         font-weight: normal;
         color: #252839;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to