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 2020/06/30 09:09:29 UTC

[incubator-echarts-doc] branch master updated: example: not show try button in mobile

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0669da3  example: not show try button in mobile
0669da3 is described below

commit 0669da3ccd31aeb6af82e97093886e558752da26
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Jun 30 17:09:14 2020 +0800

    example: not show try button in mobile
---
 src/components/DocContentItemCard.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/DocContentItemCard.vue b/src/components/DocContentItemCard.vue
index 3b4d90a..0e1d882 100644
--- a/src/components/DocContentItemCard.vue
+++ b/src/components/DocContentItemCard.vue
@@ -28,7 +28,7 @@
 
         <span
             :class="['control-toggle', enableUIControl ? 'active' : '']"
-            v-if="uiControl && shared.allOptionExamples"
+            v-if="uiControl && shared.allOptionExamples && !shared.isMobile"
             @click="toggleUIControl"
         >
             <i>&#xe900;</i> {{$t('example.tryDesc')}}


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