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

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


The following commit(s) were added to refs/heads/gh-pages by this push:
     new ca3b1389 hide v4 link in editor page
ca3b1389 is described below

commit ca3b138944416f8dc78444c8277a04d3010aa3bb
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Tue May 3 02:32:32 2022 +0800

    hide v4 link in editor page
---
 src/editor/Editor.vue | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/editor/Editor.vue b/src/editor/Editor.vue
index 49b49497..88a056bf 100644
--- a/src/editor/Editor.vue
+++ b/src/editor/Editor.vue
@@ -440,6 +440,10 @@ $control-panel-height: 30px;
 $pd-basic: 10px;
 $handler-width: 5px;
 
+#v4-link {
+  display: none !important;
+}
+
 #main-container {
   .handler {
     position: absolute;


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

Reply via email to