You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2019/12/19 07:03:24 UTC

[incubator-echarts-doc] branch release updated: optimize doc item style

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

shenyi pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/release by this push:
     new 2168938  optimize doc item style
2168938 is described below

commit 2168938ace05a438af6fa576748cb361d3cea221
Author: pissang <bm...@gmail.com>
AuthorDate: Thu Dec 19 15:03:09 2019 +0800

    optimize doc item style
---
 src/components/DocContentItemCard.vue | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/DocContentItemCard.vue b/src/components/DocContentItemCard.vue
index 769d7bc..d573e26 100644
--- a/src/components/DocContentItemCard.vue
+++ b/src/components/DocContentItemCard.vue
@@ -316,7 +316,7 @@ $hierarchy-guider-color: #C592A0;
     @for $i from 1 through 10 {
         &.level-#{$i + 1} {
 
-            border-top: none;
+            border-top: 1px solid #eee;
             margin-top: 10px;
 
             // .el-button {
@@ -325,7 +325,7 @@ $hierarchy-guider-color: #C592A0;
 
             .guider {
                 vertical-align: middle;
-                width: $children-padding + $card-margin + 9;
+                width: $children-padding + $card-margin + 3;
                 margin-left: -$children-padding - $card-margin - 14;
                 margin-right: 2px;
                 // width: $i * ($children-padding + $card-padding);


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