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/25 07:24:12 UTC

[incubator-echarts-doc] branch release updated: add selected 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 2640c9a  add selected style.
2640c9a is described below

commit 2640c9a77f889af5c67f77c877d726f77eb59db5
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Dec 25 15:24:02 2019 +0800

    add selected style.
---
 src/components/DocContentItemCard.vue | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/components/DocContentItemCard.vue b/src/components/DocContentItemCard.vue
index de22fbd..5cf81fe 100644
--- a/src/components/DocContentItemCard.vue
+++ b/src/components/DocContentItemCard.vue
@@ -20,6 +20,10 @@
         </span>
 
         <span class="default-value" v-if="nodeData.default && nodeData.default !== '*'"> = {{nodeData.default}}</span>
+        <span
+            v-if="shared.currentPath === nodeData.path"
+            style="font-size: 20px; user-select: none"
+        >🤛</span>
     </h4>
 
     <div class="prop-types">


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